Searched refs:best_p (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/bridge/ |
D | chipone-icn6211.c | 244 unsigned int best_p = 0, best_m = 0, best_s = 0; in chipone_configure_pll() local 305 best_p = p; in chipone_configure_pll() 313 best_p_pot = !(best_p & 1); in chipone_configure_pll() 317 best_p >> best_p_pot, best_p_pot, best_m, best_s + 1, in chipone_configure_pll() 318 min_delta, fin, (fin * best_m) / (best_p << (best_s + 1))); in chipone_configure_pll() 320 ref_div = PLL_REF_DIV_P(best_p >> best_p_pot) | PLL_REF_DIV_S(best_s); in chipone_configure_pll()
|
/linux-5.19.10/drivers/clk/sunxi-ng/ |
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()
|
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-5.19.10/drivers/video/fbdev/ |
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-5.19.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 545 u8 _p, best_p; in exynos_dsi_pll_find_pms() local 574 best_p = _p; in exynos_dsi_pll_find_pms() 584 *p = best_p; in exynos_dsi_pll_find_pms()
|