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 | 336 _clk_stm32_enable(priv, clkp); in _clk_stm32_set_parent() 337 _clk_stm32_enable(priv, old_parent); in _clk_stm32_set_parent() 570 int _clk_stm32_enable(struct stm32_clk_priv *priv, int id) in _clk_stm32_enable() function 650 return _clk_stm32_enable(priv, id); in clk_stm32_enable() 718 _clk_stm32_enable(priv, i); in clk_stm32_enable_critical_clocks()
|
| H A D | clk-stm32-core.h | 182 int _clk_stm32_enable(struct stm32_clk_priv *priv, int id);
|
| H A D | clk-stm32mp13.c | 930 _clk_stm32_enable(priv, _CK_HSE); in stm32_enable_oscillator_hse() 1601 _clk_stm32_enable(priv, _CK_LSI); in stm32_clk_oscillators_enable() 1602 _clk_stm32_enable(priv, _CK_CSI); in stm32_clk_oscillators_enable()
|
| H A D | clk-stm32mp2.c | 2033 _clk_stm32_enable(priv, _CK_HSE); in stm32_enable_oscillator_hse() 2098 _clk_stm32_enable(priv, _CK_MSI); in stm32_enable_oscillator_msi() 2106 _clk_stm32_enable(priv, _CK_LSI); in stm32_clk_oscillators_enable()
|