Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c537 uint32_t tv_modulator_cntl1, tv_modulator_cntl2; in radeon_legacy_tv_mode_set() local
573 tv_modulator_cntl2 = (-111 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
577 tv_modulator_cntl2 = (0 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
583 tv_modulator_cntl2 = (-78 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
806 WREG32(RADEON_TV_MODULATOR_CNTL2, tv_modulator_cntl2); in radeon_legacy_tv_mode_set()