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

/drivers/gpu/drm/i2c/
H A Dch7006_mode.c261 int n, best_n = 0; local
272 best_n = n;
278 regs[CH7006_PLLOV] = bitf(CH7006_PLLOV_N_8, best_n) |
282 regs[CH7006_PLLN] = bitf(CH7006_PLLN_0, best_n);
284 if (best_n < 108)
290 best_n, best_m, best_freq, best_n < 108);
/drivers/video/
H A Dasiliantfb.c117 best_n = 0xffffffff; local
145 best_n = n;
157 best_n = n;
168 *dclk2_n = best_n - 2;
H A Dgbefb.c470 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; local
485 best_n = best_m = best_p = 0;
504 best_n = pll_n;
509 if (!best_n || !best_m)
513 (best_n << best_p) / best_m;
520 timing->pll_n = best_n;
H A Dsstfb.c293 int best_n = -1; local
312 best_n = n;
319 if (best_n == -1) /* unlikely, but who knows ? */
322 t->n = best_n;
H A Dtdfxfb.c310 int m, n, k, best_m, best_n, best_k, best_error; local
314 best_n = best_m = best_k = 0;
341 best_n = n;
349 n = best_n;
H A Dtridentfb.c715 unsigned char best_m = 0, best_n = 0, best_k = 0; local
728 best_n = n;
738 lo = best_n | (best_m << 7);
741 lo = best_n;

Completed in 120 milliseconds