Searched refs:stm32mp1_pll (Results 1 – 1 of 1) sorted by relevance
369 struct stm32mp1_pll { struct619 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { variable1401 if (refclk < (stm32mp1_pll[type].refclk_min * 1000000) || in pll_config()1402 refclk > (stm32mp1_pll[type].refclk_max * 1000000)) { in pll_config()