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

/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128IBMDAC.c250 unsigned char tmp2, m, n, df, best_m, best_n, best_df, max_n; local in function:I128ProgramIBMRGB
279 best_m = best_n = best_df = 0;
308 best_n = n;
340 pI128->mem.rbase_g[DATA_I] = best_n; MB;
459 unsigned char tmp2, m, n, df, best_m, best_n, best_df, max_n; local in function:I128ProgramSilverHammer
490 best_m = best_n = best_df = 0;
519 best_n = n;
561 pI128->mem.rbase_g[DATA_I] = best_n; MB;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c74 int n, dn, best_n=0, best_dn=0; local in function:compute_vclk
155 best_n = n;
160 *out_n = best_n;
163 " scale=%d\n", Clock, best_n, best_dn, *out_div,
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_IBMRGB.c162 volatile int best_m=69, best_n=17, best_df=0; local in function:S3IBMRGBSetClock
212 best_n = n;
219 S3ProgramIBMRGBClock(pScrn, clk, best_m, best_n, best_df);
H A Ds3_Ti.c354 int best_n=32, best_m=32; local in function:S3TiDACCalcNMP
390 best_n = n;
395 *calc_n = best_n;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dac3026.c193 int best_m = 0, best_n = 0; local in function:MGATi3026CalcClock
239 best_n = *n;
245 *n = 65 - best_n;
248 f_vco = 8.0 * TI_REF_FREQ * best_m / best_n;
H A Dmga_dacG.c892 * \param best_n Value of PLL 'n' register.
899 int *best_m, int *best_n, int *p, int *s )
968 *best_n = n;
974 f_vco = ref_freq * (*best_n + 1) / (*best_m + 1);
992 f_out, (f_vco / (*p + 1)), f_vco, *best_n, *best_m, *p, *s );
898 MGAGCalcClock(ScrnInfoPtr pScrn,long f_out,int * best_m,int * best_n,int * p,int * s) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A DTI.c58 unsigned long best_m = 0, best_n = 0; local in function:TIramdacCalculateMNPForClock
105 best_n = n;
111 *rN = 65 - best_n;
115 VCO = 8.0 * IntRef * best_m / best_n;
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c1581 int m, n, k, best_m, best_n, best_k, f_cur, best_error; local in function:CalcPLL
1586 best_n=best_m=best_k=0;
1603 best_n=n;
1614 best_n=n;
1621 n=best_n;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c123 int n, dn, best_n=0, best_dn=0; local in function:SiS_compute_vclk
205 best_n = n;
210 *out_n = best_n;
213 " scale=%d\n", Clock, best_n, best_dn, *out_div,

Completed in 15 milliseconds