Searched refs:best_p (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/clk/sunxi-ng/ |
A D | ccu_nkmp.c | 36 unsigned long best_n = 0, best_k = 0, best_m = 0, best_p = 0; in ccu_nkmp_find_best() local 57 best_p = _p; in ccu_nkmp_find_best() 67 nkmp->p = best_p; in ccu_nkmp_find_best()
|
A D | ccu_mp.c | 18 unsigned int best_m = 0, best_p = 0; in ccu_mp_find_best() local 31 best_p = _p; in ccu_mp_find_best() 37 *p = best_p; in ccu_mp_find_best()
|
/linux-6.3-rc2/drivers/gpu/drm/bridge/ |
A D | chipone-icn6211.c | 253 unsigned int best_p = 0, best_m = 0, best_s = 0; in chipone_configure_pll() local 316 best_p = p; in chipone_configure_pll() 324 best_p_pot = !(best_p & 1); in chipone_configure_pll() 328 best_p >> best_p_pot, best_p_pot, best_m, best_s + 1, in chipone_configure_pll() 330 (fin * best_m) / (best_p << (best_s + 1))); in chipone_configure_pll() 332 ref_div = PLL_REF_DIV_P(best_p >> best_p_pot) | PLL_REF_DIV_S(best_s); in chipone_configure_pll()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | gbefb.c | 457 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; in compute_gbe_timing() local 472 best_n = best_m = best_p = 0; in compute_gbe_timing() 492 best_p = pll_p; in compute_gbe_timing() 500 (best_n << best_p) / best_m; in compute_gbe_timing() 508 timing->pll_p = best_p; in compute_gbe_timing()
|
/linux-6.3-rc2/drivers/gpu/drm/exynos/ |
A D | exynos_drm_dsi.c | 562 u8 _p, best_p; in exynos_dsi_pll_find_pms() local 591 best_p = _p; in exynos_dsi_pll_find_pms() 601 *p = best_p; in exynos_dsi_pll_find_pms()
|
Completed in 21 milliseconds