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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dacG.c66 unsigned int ulFoInternal; local in function:MGAG200E4ComputePLLParam
80 ulFoInternal = lFo * 2;
88 if ((ulFoInternal * ulTestP) > ulVCOMax) continue;
89 if ((ulFoInternal * ulTestP) < ulVCOMin) continue;
94 if (ulComputedFo > ulFoInternal)
95 ulFTmpDelta = ulComputedFo - ulFoInternal;
97 ulFTmpDelta = ulFoInternal - ulComputedFo;

Completed in 4 milliseconds