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] = { variable1764 if ((refclk < (stm32mp1_pll[type].refclk_min * 1000000U)) || in stm32mp1_check_pll_conf()1765 (refclk > (stm32mp1_pll[type].refclk_max * 1000000U))) { in stm32mp1_check_pll_conf()1895 if ((refclk < (stm32mp1_pll[type].refclk_min * 1000000U)) || in stm32mp1_pll_config()1896 (refclk > (stm32mp1_pll[type].refclk_max * 1000000U))) { in stm32mp1_pll_config()
893 struct stm32mp1_pll { struct899 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { argument1323 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1324 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) { in clk_stm32_pll_compute_cfgr1()