Searched refs:clk_oscillator_set_bypass (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/drivers/st/clk/ |
D | clk-stm32-core.h | 155 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass);
|
D | clk-stm32-core.c | 68 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass) in clk_oscillator_set_bypass() function
|
D | clk-stm32mp13.c | 986 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse() 1010 clk_oscillator_set_bypass(priv, _CK_LSE, digbyp, bypass); in stm32_enable_oscillator_lse()
|