Lines Matching refs:tmds_pll_cntl
291 OUTREG(RADEON_TMDS_PLL_CNTL, restore->tmds_pll_cntl);
393 save->tmds_pll_cntl = INREG(RADEON_TMDS_PLL_CNTL);
402 /* bit 22 of TMDS_PLL_CNTL is read-back inverted */
403 save->tmds_pll_cntl ^= (1 << 22);
1118 uint32_t tmp = info->SavedReg->tmds_pll_cntl & 0xfffff;
1139 save->tmds_pll_cntl = tmp;
1141 save->tmds_pll_cntl = info->SavedReg->tmds_pll_cntl & 0xfff00000;
1142 save->tmds_pll_cntl |= tmp;
1144 } else save->tmds_pll_cntl = tmp;