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

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c44 unsigned int *bestM,
135 *bestM = M;
147 printf ("best: M=%d N=%d P=%d PSN=%d\n", *bestM, *bestN, *bestP, *bestPSN);
38 compute_clock(unsigned int ChipType,double target,double Fref,unsigned int ClkMaxN,unsigned int ClkMaxM,unsigned int * bestM,unsigned int * bestN,unsigned int * bestP,unsigned int * bestPSN) argument
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c173 int bestM=0, bestN=0, bestP=0, bestPSN=0, bestVLD=0; local in function:XGICalcClock
256 bestM = M;
278 vclk[Midx] = bestM;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c223 int bestM=0, bestN=0, bestP=0, bestPSN=0, bestVLD=0; local in function:SiSCalcClock
293 bestM = M;
347 bestM = M;
367 vclk[Midx] = bestM;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c5016 int bestM = 0, bestN = 0, bestP = 0, bestPSN = 0; local in function:chipsCalcClock
5128 bestM = M;
5144 vclk[1] = bestM - 2;

Completed in 12 milliseconds