Searched refs:stm32mp1_pll (Results 1 – 1 of 1) sorted by relevance
886 struct stm32mp1_pll { struct892 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { variable1091 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1092 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) in clk_stm32_pll_compute_cfgr1()