Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/
Dclk-nomadik.c161 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
166 struct clk_pll *pll = to_pll(hw); in pll_clk_enable()
186 struct clk_pll *pll = to_pll(hw); in pll_clk_disable()
205 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled()
221 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate()
Dclk-stm32h7.c694 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro
698 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled()
708 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable()
718 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable()
728 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_is_enabled()
736 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_read_frac()
746 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_fd_recalc_rate()
Dclk-stm32mp1.c736 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro
751 struct stm32_pll_obj *clk_elem = to_pll(hw); in __pll_is_enabled()
760 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable()
796 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable()
811 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_val()
824 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_recalc_rate()
848 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled()