Searched refs:_clk_stm32_set_parent (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32-core.h | 170 int _clk_stm32_set_parent(struct stm32_clk_priv *priv, int id, int src_id);
|
| H A D | clk-stm32mp13.c | 1027 ret = _clk_stm32_set_parent(priv, _CKMPU, _CK_HSI); in stm32mp1_come_back_to_hsi() 1032 ret = _clk_stm32_set_parent(priv, _CKAXI, _CK_HSI); in stm32mp1_come_back_to_hsi() 1037 ret = _clk_stm32_set_parent(priv, _CKMLAHB, _CK_HSI); in stm32mp1_come_back_to_hsi()
|
| H A D | clk-stm32-core.c | 307 int _clk_stm32_set_parent(struct stm32_clk_priv *priv, int clk, int clkp) in _clk_stm32_set_parent() function
|