Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDradeon_legacy_tv.c548 uint32_t tv_modulator_cntl1, tv_modulator_cntl2; in radeon_legacy_tv_mode_set() local
584 tv_modulator_cntl2 = (-111 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
588 tv_modulator_cntl2 = (0 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
594 tv_modulator_cntl2 = (-78 & RADEON_TV_U_BURST_LEVEL_MASK) | in radeon_legacy_tv_mode_set()
821 WREG32(RADEON_TV_MODULATOR_CNTL2, tv_modulator_cntl2); in radeon_legacy_tv_mode_set()