Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c788 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local
793 tmp = tmds_pll_cntl = RREG32(RADEON_TMDS_PLL_CNTL); in radeon_legacy_tmds_int_mode_set()
798 tmds_pll_cntl ^= (1 << 22); in radeon_legacy_tmds_int_mode_set()
816 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()
818 tmds_pll_cntl &= 0xfff00000; in radeon_legacy_tmds_int_mode_set()
819 tmds_pll_cntl |= tmp; in radeon_legacy_tmds_int_mode_set()
822 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()
870 WREG32(RADEON_TMDS_PLL_CNTL, tmds_pll_cntl); in radeon_legacy_tmds_int_mode_set()