Home
last modified time | relevance | path

Searched refs:pll_state (Results 1 – 2 of 2) 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 …]
/linux/sound/soc/codecs/
H A Dwm8580.c227 struct pll_state { struct
247 struct pll_state a; argument
248 struct pll_state b;
465 struct pll_state *state; in wm8580_set_dai_pll()