Home
last modified time | relevance | path

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

/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.c575 u8 _s, best_s; in samsung_dsim_pll_find_pms() local
604 best_s = _s; in samsung_dsim_pll_find_pms()
614 *s = best_s; in samsung_dsim_pll_find_pms()
/linux/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c380 u8 _s, best_s; in fsl_samsung_hdmi_phy_find_pms() local
432 best_s = _s; in fsl_samsung_hdmi_phy_find_pms()
447 *s = best_s; in fsl_samsung_hdmi_phy_find_pms()