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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dacG.c275 unsigned int ulTestP2; local in function:MGAG200EW3ComputePLLParam
304 for (ulTestP2 = ulTestP2Start; ulTestP2 < ulTestP2End; ulTestP2++) {
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);
323 (CARD8)(ulTestP2 << 3) |

Completed in 6 milliseconds