Searched refs:i2s_pll_clk (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/clk/axs10x/
H A Di2s_pll_clock.c58 struct i2s_pll_clk { struct
64 static inline void i2s_pll_write(struct i2s_pll_clk *clk, unsigned int reg,
70 static inline unsigned int i2s_pll_read(struct i2s_pll_clk *clk,
76 static inline struct i2s_pll_clk *to_i2s_pll_clk(struct clk_hw *hw)
78 return container_of(hw, struct i2s_pll_clk, hw);
101 struct i2s_pll_clk *clk = to_i2s_pll_clk(hw);
114 struct i2s_pll_clk *clk = to_i2s_pll_clk(hw);
133 struct i2s_pll_clk *clk = to_i2s_pll_clk(hw);
170 struct i2s_pll_clk *pll_clk;

Completed in 412 milliseconds