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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dasiliantfb.c118 best_n = 0xffffffff; local
146 best_n = n;
158 best_n = n;
169 *dclk2_n = best_n - 2;
H A Dgbefb.c448 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; local
463 best_n = best_m = best_p = 0;
482 best_n = pll_n;
487 if (!best_n || !best_m)
491 (best_n << best_p) / best_m;
498 timing->pll_n = best_n;
H A Dsstfb.c274 int best_n = -1; local
293 best_n = n;
300 if (best_n == -1) /* unlikely, but who knows ? */
303 t->n = best_n;
H A Dtdfxfb.c317 int m, n, k, best_m, best_n, best_k, best_error; local
321 best_n = best_m = best_k = 0;
347 best_n = n;
355 n = best_n;

Completed in 88 milliseconds