Home
last modified time | relevance | path

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

/openbmc/linux/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()