Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c860 struct stm32_clk_pll { struct
894 static const struct stm32_clk_pll *clk_st32_pll_data(unsigned int idx);
1194 const struct stm32_clk_pll *pll, in clk_stm32_pll_compute_cfgr1()
1235 const struct stm32_clk_pll *pll, in clk_stm32_pll_config_vco()
1258 const struct stm32_clk_pll *pll, in clk_stm32_pll_config_csg()
1283 static void clk_stm32_pll_config_out(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll, in clk_stm32_pll_config_out()
1419 static bool _clk_stm32_pll_is_enabled(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_is_enabled()
1426 static void _clk_stm32_pll_set_on(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_on()
1435 static void _clk_stm32_pll_set_off(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_off()
1447 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_on()
[all …]
H A Dclk-stm32mp2.c706 struct stm32_clk_pll { struct
717 static const struct stm32_clk_pll stm32mp2_clk_pll[_PLL_NB] = { argument
730 static const struct stm32_clk_pll *clk_stm32_pll_data(unsigned int idx) in clk_stm32_pll_data()
736 const struct stm32_clk_pll *pll, in clk_get_pll_fvco()
770 static bool _clk_stm32_pll_is_enabled(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_is_enabled()
777 static void _clk_stm32_pll_set_on(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_on()
784 static void _clk_stm32_pll_set_off(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_off()
793 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_on()
812 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_off()
829 static int _clk_stm32_pll_enable(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_enable()
[all …]