Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-stm32f4.c728 int pll_state; in stm32f4_pll_set_rate() local
730 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_set_rate()
732 if (pll_state) in stm32f4_pll_set_rate()
745 if (pll_state) in stm32f4_pll_set_rate()
782 int pll_state, ret; in stm32f4_pll_div_set_rate() local
787 pll_state = stm32f4_pll_is_enabled(pll_div->hw_pll); in stm32f4_pll_div_set_rate()
789 if (pll_state) in stm32f4_pll_div_set_rate()
794 if (pll_state) in stm32f4_pll_div_set_rate()
857 int pll_state; in stm32f4_pll_init_ssc() local
871 pll_state = stm32f4_pll_is_enabled(hw); in stm32f4_pll_init_ssc()
[all …]