Searched refs:tmds_pll_cntl (Results 1 – 1 of 1) sorted by relevance
789 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local794 tmp = tmds_pll_cntl = RREG32(RADEON_TMDS_PLL_CNTL); in radeon_legacy_tmds_int_mode_set()799 tmds_pll_cntl ^= (1 << 22); in radeon_legacy_tmds_int_mode_set()817 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()819 tmds_pll_cntl &= 0xfff00000; in radeon_legacy_tmds_int_mode_set()820 tmds_pll_cntl |= tmp; in radeon_legacy_tmds_int_mode_set()823 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()871 WREG32(RADEON_TMDS_PLL_CNTL, tmds_pll_cntl); in radeon_legacy_tmds_int_mode_set()