Searched refs:_clk_stm32_enable (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32-core.c | 251 _clk_stm32_enable(priv, clkp); in _clk_stm32_set_parent() 252 _clk_stm32_enable(priv, old_parent); in _clk_stm32_set_parent() 485 int _clk_stm32_enable(struct stm32_clk_priv *priv, int id) in _clk_stm32_enable() function 566 return _clk_stm32_enable(priv, id); in clk_stm32_enable() 639 _clk_stm32_enable(priv, i); in clk_stm32_enable_critical_clocks()
|
| H A D | clk-stm32-core.h | 174 int _clk_stm32_enable(struct stm32_clk_priv *priv, int id);
|
| H A D | clk-stm32mp2.c | 2299 _clk_stm32_enable(priv, _CK_HSE); in stm32_enable_oscillator_hse() 2364 _clk_stm32_enable(priv, _CK_MSI); in stm32_enable_oscillator_msi() 2372 _clk_stm32_enable(priv, _CK_LSI); in stm32_clk_oscillators_enable()
|
| H A D | clk-stm32mp13.c | 1047 _clk_stm32_enable(priv, _CK_HSE); in stm32_enable_oscillator_hse() 1718 _clk_stm32_enable(priv, _CK_LSI); in stm32_clk_oscillators_enable() 1719 _clk_stm32_enable(priv, _CK_CSI); in stm32_clk_oscillators_enable()
|