Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp408 addr_t pllControl = INTEL_DISPLAY_A_PLL; in ConfigureClocks() local
414 pllControl = INTEL_DISPLAY_B_PLL; in ConfigureClocks()
419 write32(pllControl, read32(pllControl) & ~DISPLAY_PLL_ENABLED); in ConfigureClocks()
503 write32(pllControl, pll & ~DISPLAY_PLL_ENABLED & ~DISPLAY_PLL_NO_VGA_CONTROL); in ConfigureClocks()
504 read32(pllControl); in ConfigureClocks()
508 write32(pllControl, pll); in ConfigureClocks()
509 read32(pllControl); in ConfigureClocks()