Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-stm32f4.c444 struct stm32f4_pll { struct
453 #define to_stm32f4_pll(_gate) container_of(_gate, struct stm32f4_pll, gate) argument
540 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_enable()
566 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_recalc()
578 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_round_rate()
595 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_set_rate()
720 struct stm32f4_pll *pll; in stm32f4_rcc_register_pll()