Searched refs:tmds_pll_cntl (Results 1 – 1 of 1) sorted by relevance
783 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local788 tmp = tmds_pll_cntl = RREG32(RADEON_TMDS_PLL_CNTL); in radeon_legacy_tmds_int_mode_set()793 tmds_pll_cntl ^= (1 << 22); in radeon_legacy_tmds_int_mode_set()811 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()813 tmds_pll_cntl &= 0xfff00000; in radeon_legacy_tmds_int_mode_set()814 tmds_pll_cntl |= tmp; in radeon_legacy_tmds_int_mode_set()817 tmds_pll_cntl = tmp; in radeon_legacy_tmds_int_mode_set()865 WREG32(RADEON_TMDS_PLL_CNTL, tmds_pll_cntl); in radeon_legacy_tmds_int_mode_set()