Home
last modified time | relevance | path

Searched refs:best_n (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/video/fbdev/
H A Dasiliantfb.c116 best_n = 0xffffffff; in asiliant_calc_dclk2() local
144 best_n = n; in asiliant_calc_dclk2()
156 best_n = n; in asiliant_calc_dclk2()
167 *dclk2_n = best_n - 2; in asiliant_calc_dclk2()
H A Dgbefb.c458 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; in compute_gbe_timing() local
473 best_n = best_m = best_p = 0; in compute_gbe_timing()
492 best_n = pll_n; in compute_gbe_timing()
497 if (!best_n || !best_m) in compute_gbe_timing()
501 (best_n << best_p) / best_m; in compute_gbe_timing()
508 timing->pll_n = best_n; in compute_gbe_timing()
H A Dsstfb.c295 int best_n = -1; in sst_calc_pll() local
314 best_n = n; in sst_calc_pll()
321 if (best_n == -1) /* unlikely, but who knows ? */ in sst_calc_pll()
324 t->n = best_n; in sst_calc_pll()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c110 u32 best_m, best_n; in gk20a_pllg_calc_mnp() local
121 best_n = clk->params->min_n; in gk20a_pllg_calc_mnp()
179 best_n = n; in gk20a_pllg_calc_mnp()
199 pll->n = best_n; in gk20a_pllg_calc_mnp()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c229 unsigned int min_n, max_n, n, best_n = UINT_MAX; in dphy_pll_get_configure_from_opts() local
276 best_n = n; in dphy_pll_get_configure_from_opts()
285 cfg->n = best_n; in dphy_pll_get_configure_from_opts()