Home
last modified time | relevance | path

Searched refs:stm32f4_pll_is_enabled (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/clk/
Dclk-stm32f4.c627 static int stm32f4_pll_is_enabled(struct clk_hw *hw) in stm32f4_pll_is_enabled() function
726 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_set_rate()
750 .is_enabled = stm32f4_pll_is_enabled,
783 pll_state = stm32f4_pll_is_enabled(pll_div->hw_pll); in stm32f4_pll_div_set_rate()
867 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_init_ssc()