HomeSort by: relevance | last modified time | path
    Searched refs:best_n1 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_dac.c 48 unsigned char best_n1 = 63, best_n2 = 3, best_m = 255; local
83 best_n1 = n1;
91 ((double)(best_m) / (double)(best_n1) / (1 << best_n2)) * BASE_FREQ,
92 best_m, best_n1, best_n2);
97 best_n2 == 0 && best_n1 % 2 == 0){
98 best_n1 >>= 1;
102 *ndiv = best_n1 |
106 *ndiv = best_n1 | (best_n2 << 7);
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_dac.c 60 unsigned char best_n1=16+2, best_n2=2, best_m=125+2; local
105 best_n1 = n1;
114 ((double)(best_m) / (double)(best_n1) / (1 << best_n2)) * BASE_FREQ,
115 best_m-2, best_n1-2, best_n2);
119 *ndiv = (best_n1 - 2) | (best_n2 << 6);
121 *ndiv = (best_n1 - 2) | (best_n2 << 5);
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_GENDAC.c 380 unsigned char n1, n2, best_n1=18, best_n2=2, best_m=127; local
415 best_n1 = n1;
423 *ndiv = (best_n1 - 2) | (best_n2 << 6);
425 *ndiv = (best_n1 - 2) | (best_n2 << 5);
s3_Trio64DAC.c 173 unsigned char n1, n2, best_n1=18, best_n2=2, best_m=127; local
207 best_n1 = n1;
215 *ndiv = (best_n1 - 2) | (best_n2 << 6);
217 *ndiv = (best_n1 - 2) | (best_n2 << 5);
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_mode.c 921 CARD8 best_n1 = 16 + 2, best_n2 = 2, best_m = 125 + 2; local
959 best_n1 = n1;
968 ((double)(best_m) / (double)(best_n1) / (1 << best_n2)) * BASE_FREQ,
969 best_m - 2, best_n1 - 2, best_n2);
973 ndiv = (best_n1 - 2) | (best_n2 << 6);
975 ndiv = (best_n1 - 2) | (best_n2 << 5);
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.c 4345 unsigned char n1, n2, best_n1=16+2, best_n2=2, best_m=125+2; local
4380 best_n1 = n1;
4387 *ndiv = best_n1 - 2;

Completed in 12 milliseconds