Home
last modified time | relevance | path

Searched refs:best_s (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c253 unsigned int best_p = 0, best_m = 0, best_s = 0; in chipone_configure_pll() local
318 best_s = s; 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()
H A Dsamsung-dsim.c562 u8 _s, best_s; in samsung_dsim_pll_find_pms() local
591 best_s = _s; in samsung_dsim_pll_find_pms()
601 *s = best_s; in samsung_dsim_pll_find_pms()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c552 u8 _s, best_s; in exynos_dsi_pll_find_pms() local
581 best_s = _s; in exynos_dsi_pll_find_pms()
591 *s = best_s; in exynos_dsi_pll_find_pms()

Completed in 11 milliseconds