Searched refs:best_p (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H 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()
|
| H 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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | clock.c | 1069 u32 diff, best_diff, best_m = 0, best_n = 0, best_p; in clock_set_display_rate() local 1084 best_p = divp; in clock_set_display_rate() 1124 rounded_rate = (ref / best_m * best_n) >> best_p; in clock_set_display_rate() 1128 __func__, rounded_rate, ref, best_m, best_n, best_p, cpcon); in clock_set_display_rate() 1133 clock_set_rate(CLOCK_ID_DISPLAY, best_n, best_m, best_p, cpcon); in clock_set_display_rate()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | gbefb.c | 459 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; in compute_gbe_timing() local 474 best_n = best_m = best_p = 0; in compute_gbe_timing() 494 best_p = pll_p; in compute_gbe_timing() 502 (best_n << best_p) / best_m; in compute_gbe_timing() 510 timing->pll_p = best_p; in compute_gbe_timing()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_dsi.c | 550 u8 _p, best_p; in exynos_dsi_pll_find_pms() local 579 best_p = _p; in exynos_dsi_pll_find_pms() 589 *p = best_p; in exynos_dsi_pll_find_pms()
|