Searched refs:to_pll (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-nomadik.c | 161 #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()
|
H A D | clk-stm32h7.c | 694 #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()
|
H A D | clk-stm32mp1.c | 736 #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()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A 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()
|
H A 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()
|
H A D | clk-stm32mp1.c | 750 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro 767 struct stm32_pll_obj *clk_elem = to_pll(hw); in __pll_is_enabled() 776 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable() 812 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable() 827 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_val() 840 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_recalc_rate() 864 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled() 877 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_get_parent()
|
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | rzg2l-cpg.c | 690 #define to_pll(_hw) container_of(_hw, struct pll_clk, hw) macro 695 struct pll_clk *pll_clk = to_pll(hw); in rzg2l_cpg_pll_clk_recalc_rate()
|
Completed in 15 milliseconds