Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/bridge/
Dchipone-icn6211.c251 bool best_p_pot; in chipone_configure_pll() local
313 best_p_pot = !(best_p & 1); in chipone_configure_pll()
317 best_p >> best_p_pot, best_p_pot, best_m, best_s + 1, in chipone_configure_pll()
320 ref_div = PLL_REF_DIV_P(best_p >> best_p_pot) | PLL_REF_DIV_S(best_s); in chipone_configure_pll()
321 if (best_p_pot) /* Prefer /2 pre-divider */ in chipone_configure_pll()