Searched refs:ucPLLStatus (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_g450pll.c268 CARD8 ucPLLStatus; local in function:G450IsPllLocked
281 ucPLLStatus = INREG8(0x3c0a);
283 } while(!(ucPLLStatus & PLLLOCK) && (ulFallBackCounter < 1000));
290 ucPLLStatus = INREG8(0x3c0a);
291 if(ucPLLStatus & PLLLOCK)

Completed in 2 milliseconds