Home
last modified time | relevance | path

Searched refs:best_s (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/bridge/
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()
Dsamsung-dsim.c560 u8 _s, best_s; in samsung_dsim_pll_find_pms() local
589 best_s = _s; in samsung_dsim_pll_find_pms()
599 *s = best_s; in samsung_dsim_pll_find_pms()