Searched refs:stm32mp1_pll (Results 1 – 2 of 2) sorted by relevance
232 struct stm32mp1_pll { struct541 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { variable1499 if ((refclk < (stm32mp1_pll[type].refclk_min * 1000000U)) || in stm32mp1_check_pll_conf()1500 (refclk > (stm32mp1_pll[type].refclk_max * 1000000U))) { in stm32mp1_check_pll_conf()1634 if ((refclk < (stm32mp1_pll[type].refclk_min * 1000000U)) || in stm32mp1_pll_config()1635 (refclk > (stm32mp1_pll[type].refclk_max * 1000000U))) { in stm32mp1_pll_config()
924 struct stm32mp1_pll { struct930 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { argument1259 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1260 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) { in clk_stm32_pll_compute_cfgr1()