Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-stm32f4.c540 struct stm32f4_pll { struct
551 #define to_stm32f4_pll(_gate) container_of(_gate, struct stm32f4_pll, gate) argument
639 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_enable()
665 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_recalc()
679 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_determine_rate()
698 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_set_ssc()
724 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_set_rate()
854 struct stm32f4_pll *pll = to_stm32f4_pll(gate); in stm32f4_pll_init_ssc()
931 struct stm32f4_pll *pll; in stm32f4_rcc_register_pll()