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 );
137 values->tmds_pll_cntl ^= (1 << 22);
152 uint32 tmp = values->tmds_pll_cntl & 0xfffff;
197 values->tmds_pll_cntl = tmp;
199 values->tmds_pll_cntl = ai->si->tmds_pll_cntl & 0xfff00000;
200 values->tmds_pll_cntl |= tmp;
203 values->tmds_pll_cntl = tmp;
H A Dset_mode.h102 uint32 tmds_pll_cntl; member in struct:__anon1240
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h562 uint32 tmds_pll_cntl; // undocumented here be dragons member in struct:__anon33
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c316 si->tmds_pll_cntl = INREG( di->regs, RADEON_TMDS_PLL_CNTL);

Completed in 147 milliseconds