Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/axs10x/
Dpll_clock.c94 struct axs10x_pll_clk { struct
102 static inline void axs10x_pll_write(struct axs10x_pll_clk *clk, u32 reg, in axs10x_pll_write() argument
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_clk; in of_axs10x_pll_clk_setup()