Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp556 uint32 portSel = read32(SKL_DPLL_CTRL2); in ConfigureClocksSKL() local
560 *pllSel = (portSel & 0x0006) >> 1; in ConfigureClocksSKL()
563 *pllSel = (portSel & 0x0030) >> 4; in ConfigureClocksSKL()
566 *pllSel = (portSel & 0x0180) >> 7; in ConfigureClocksSKL()
569 *pllSel = (portSel & 0x0c00) >> 10; in ConfigureClocksSKL()
572 *pllSel = (portSel & 0x6000) >> 13; in ConfigureClocksSKL()
586 portSel = read32(SKL_DPLL_CTRL1); in ConfigureClocksSKL()
587 if ((portSel & (1 << (*pllSel * 6 + 5))) && *pllSel) { // DPLL0 might only know DP mode in ConfigureClocksSKL()
589 write32(SKL_DPLL_CTRL1, portSel | (1 << (*pllSel * 6))); in ConfigureClocksSKL()