Home
last modified time | relevance | path

Searched refs:stm32mp1_pll (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/drivers/st/clk/
Dstm32mp1_clk.c232 struct stm32mp1_pll { struct
541 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { variable
1499 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()
Dclk-stm32mp13.c924 struct stm32mp1_pll { struct
930 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { argument
1259 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()