Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp13.c886 struct stm32mp1_pll { struct
892 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { argument
1091 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()