Searched refs:to_pll (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/clk/ |
D | clk-nomadik.c | 164 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) macro 169 struct clk_pll *pll = to_pll(hw); in pll_clk_enable() 189 struct clk_pll *pll = to_pll(hw); in pll_clk_disable() 208 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled() 224 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate()
|
D | clk-stm32h7.c | 693 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro 697 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled() 707 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable() 717 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable() 727 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_is_enabled() 735 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_read_frac() 745 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_fd_recalc_rate()
|
/linux-6.12.1/drivers/clk/stm32/ |
D | clk-stm32mp1.c | 754 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro 771 struct stm32_pll_obj *clk_elem = to_pll(hw); in __pll_is_enabled() 780 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable() 816 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable() 831 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_val() 844 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_recalc_rate() 868 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled() 881 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_get_parent()
|
/linux-6.12.1/drivers/clk/renesas/ |
D | rzv2h-cpg.c | 94 #define to_pll(_hw) container_of(_hw, struct pll_clk, hw) macro 135 struct pll_clk *pll_clk = to_pll(hw); in rzv2h_cpg_pll_clk_recalc_rate()
|
D | rzg2l-cpg.c | 951 #define to_pll(_hw) container_of(_hw, struct pll_clk, hw) macro 956 struct pll_clk *pll_clk = to_pll(hw); in rzg2l_cpg_pll_clk_recalc_rate() 980 struct pll_clk *pll_clk = to_pll(hw); in rzg3s_cpg_pll_clk_recalc_rate()
|