Searched refs:tmds_pll_cntl (Results 1 – 4 of 4) sorted by relevance
125 values->tmds_pll_cntl = INREG( regs, RADEON_TMDS_PLL_CNTL ); in Radeon_ReadFPRegisters()137 values->tmds_pll_cntl ^= (1 << 22); in Radeon_ReadFPRegisters()152 uint32 tmp = values->tmds_pll_cntl & 0xfffff; in Radeon_CalcFPRegisters()197 values->tmds_pll_cntl = tmp; in Radeon_CalcFPRegisters()199 values->tmds_pll_cntl = ai->si->tmds_pll_cntl & 0xfff00000; in Radeon_CalcFPRegisters()200 values->tmds_pll_cntl |= tmp; in Radeon_CalcFPRegisters()203 values->tmds_pll_cntl = tmp; in Radeon_CalcFPRegisters()
102 uint32 tmds_pll_cntl; member
562 uint32 tmds_pll_cntl; // undocumented here be dragons member
316 si->tmds_pll_cntl = INREG( di->regs, RADEON_TMDS_PLL_CNTL); in Radeon_FirstOpen()