Home
last modified time | relevance | path

Searched refs:tv_modulator_cntl2 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_tv.c545 uint32_t tv_modulator_cntl1, tv_modulator_cntl2; in radeon_legacy_tv_mode_set() local
581 tv_modulator_cntl2 = (-111 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
585 tv_modulator_cntl2 = (0 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
591 tv_modulator_cntl2 = (-78 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
818 WREG32(RADEON_TV_MODULATOR_CNTL2, tv_modulator_cntl2); in radeon_legacy_tv_mode_set()