Searched refs:axs10x_pll_clk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/axs10x/ |
H A D | pll_clock.c | 94 struct axs10x_pll_clk { struct 102 static inline void axs10x_pll_write(struct axs10x_pll_clk *clk, u32 reg, in axs10x_pll_write() 108 static inline u32 axs10x_pll_read(struct axs10x_pll_clk *clk, u32 reg) in axs10x_pll_read() 113 static inline struct axs10x_pll_clk *to_axs10x_pll_clk(struct clk_hw *hw) in to_axs10x_pll_clk() 115 return container_of(hw, struct axs10x_pll_clk, hw); in to_axs10x_pll_clk() 144 struct axs10x_pll_clk *clk = to_axs10x_pll_clk(hw); in axs10x_pll_recalc_rate() 161 struct axs10x_pll_clk *clk = to_axs10x_pll_clk(hw); in axs10x_pll_round_rate() 181 struct axs10x_pll_clk *clk = to_axs10x_pll_clk(hw); in axs10x_pll_set_rate() 223 struct axs10x_pll_clk *pll_clk; in axs10x_pll_clk_probe() 272 struct axs10x_pll_clk *pll_cl in of_axs10x_pll_clk_setup() [all...] |
/kernel/linux/linux-6.6/drivers/clk/axs10x/ |
H A D | pll_clock.c | 90 struct axs10x_pll_clk { struct 98 static inline void axs10x_pll_write(struct axs10x_pll_clk *clk, u32 reg, in axs10x_pll_write() 104 static inline u32 axs10x_pll_read(struct axs10x_pll_clk *clk, u32 reg) in axs10x_pll_read() 109 static inline struct axs10x_pll_clk *to_axs10x_pll_clk(struct clk_hw *hw) in to_axs10x_pll_clk() 111 return container_of(hw, struct axs10x_pll_clk, hw); in to_axs10x_pll_clk() 140 struct axs10x_pll_clk *clk = to_axs10x_pll_clk(hw); in axs10x_pll_recalc_rate() 157 struct axs10x_pll_clk *clk = to_axs10x_pll_clk(hw); in axs10x_pll_round_rate() 177 struct axs10x_pll_clk *clk = to_axs10x_pll_clk(hw); in axs10x_pll_set_rate() 219 struct axs10x_pll_clk *pll_clk; in axs10x_pll_clk_probe() 262 struct axs10x_pll_clk *pll_cl in of_axs10x_pll_clk_setup() [all...] |
Completed in 1 milliseconds