Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c473 struct stm32mp1_pll { struct
793 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { variable
1755 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()
H A Dclk-stm32mp13.c866 struct stm32mp1_pll { struct
872 static const struct stm32mp1_pll stm32mp1_pll[PLL_TYPE_NB] = { argument
1206 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()