Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c260 bool best_p_pot; in chipone_configure_pll() local
324 best_p_pot = !(best_p & 1); in chipone_configure_pll()
328 best_p >> best_p_pot, best_p_pot, best_m, 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()
333 if (best_p_pot) /* Prefer /2 pre-divider */ in chipone_configure_pll()