Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon/
H A Dflat_panel.c125 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()
H A Dset_mode.h102 uint32 tmds_pll_cntl; member
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h562 uint32 tmds_pll_cntl; // undocumented here be dragons member
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c316 si->tmds_pll_cntl = INREG( di->regs, RADEON_TMDS_PLL_CNTL); in Radeon_FirstOpen()