Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c537 uint32_t tv_modulator_cntl1, tv_modulator_cntl2; in radeon_legacy_tv_mode_set() local
563 tv_modulator_cntl1 = (RADEON_SLEW_RATE_LIMIT | in radeon_legacy_tv_mode_set()
571 tv_modulator_cntl1 |= (0x46 << RADEON_SET_UP_LEVEL_SHIFT) | in radeon_legacy_tv_mode_set()
576 tv_modulator_cntl1 |= RADEON_ALT_PHASE_EN; in radeon_legacy_tv_mode_set()
580 tv_modulator_cntl1 |= RADEON_ALT_PHASE_EN | in radeon_legacy_tv_mode_set()
805 WREG32(RADEON_TV_MODULATOR_CNTL1, tv_modulator_cntl1); in radeon_legacy_tv_mode_set()