Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c782 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local
787 tmp = tmds_pll_cntl = RREG32(RADEON_TMDS_PLL_CNTL); in radeon_legacy_tmds_int_mode_set()
792 tmds_pll_cntl ^= (1 << 22); in radeon_legacy_tmds_int_mode_set()
810 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()
812 tmds_pll_cntl &= 0xfff00000; in radeon_legacy_tmds_int_mode_set()
813 tmds_pll_cntl |= tmp; in radeon_legacy_tmds_int_mode_set()
816 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()
864 WREG32(RADEON_TMDS_PLL_CNTL, tmds_pll_cntl); in radeon_legacy_tmds_int_mode_set()