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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dacG.c274 unsigned int ulTestP1; local in function:MGAG200EW3ComputePLLParam
303 for (ulTestP1 = ulTestP1Start; ulTestP1 < ulTestP1End; ulTestP1++) {
305 if (ulTestP1 < ulTestP2) continue;
306 if ((lFo * ulTestP1 * ulTestP2) > ulVCOMax) continue;
307 if ((lFo * ulTestP1 * ulTestP2) < ulVCOMin) continue;
311 ulComputedFo = (ulPLLFreqRef * ulTestN) / (ulTestM * ulTestP1 * ulTestP2);
324 (CARD8)ulTestP1;

Completed in 4 milliseconds