Searched refs:stm32mp1_pll (Results 1 – 2 of 2) sorted by relevance
473 struct stm32mp1_pll { struct793 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { variable1755 if ((refclk < (stm32mp1_pll[type].refclk_min * 1000000U)) || in stm32mp1_check_pll_conf()1756 (refclk > (stm32mp1_pll[type].refclk_max * 1000000U))) { in stm32mp1_check_pll_conf()1886 if ((refclk < (stm32mp1_pll[type].refclk_min * 1000000U)) || in stm32mp1_pll_config()1887 (refclk > (stm32mp1_pll[type].refclk_max * 1000000U))) { in stm32mp1_pll_config()
866 struct stm32mp1_pll { struct872 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { argument1206 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1207 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) { in clk_stm32_pll_compute_cfgr1()