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-stm32mp2.c946 struct stm32_clk_pll { struct
957 static const struct stm32_clk_pll stm32mp2_clk_pll[_PLL_NB] = { argument
970 static const struct stm32_clk_pll *clk_stm32_pll_data(unsigned int idx) in clk_stm32_pll_data()
976 const struct stm32_clk_pll *pll, in clk_get_pll_fvco()
1010 static bool _clk_stm32_pll_is_enabled(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_is_enabled()
1017 static void _clk_stm32_pll_set_on(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_on()
1024 static void _clk_stm32_pll_set_off(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_off()
1033 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_on()
1052 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_off()
1069 static int _clk_stm32_pll_enable(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_enable()
[all …]
H A Dclk-stm32mp13.c887 struct stm32_clk_pll { struct
921 static const struct stm32_clk_pll *clk_st32_pll_data(unsigned int idx);
1311 const struct stm32_clk_pll *pll, in clk_stm32_pll_compute_cfgr1()
1352 const struct stm32_clk_pll *pll, in clk_stm32_pll_config_vco()
1375 const struct stm32_clk_pll *pll, in clk_stm32_pll_config_csg()
1400 static void clk_stm32_pll_config_out(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll, in clk_stm32_pll_config_out()
1536 static bool _clk_stm32_pll_is_enabled(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_is_enabled()
1543 static void _clk_stm32_pll_set_on(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_on()
1552 static void _clk_stm32_pll_set_off(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll) in _clk_stm32_pll_set_off()
1564 const struct stm32_clk_pll *pll) in _clk_stm32_pll_wait_ready_on()
[all …]