Lines Matching defs:hsdk_pll_clk
91 struct hsdk_pll_clk {
101 int (*update_rate)(struct hsdk_pll_clk *clk, unsigned long rate,
105 static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *, unsigned long,
107 static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *, unsigned long,
125 static inline void hsdk_pll_write(struct hsdk_pll_clk *clk, u32 reg, u32 val)
130 static inline u32 hsdk_pll_read(struct hsdk_pll_clk *clk, u32 reg)
135 static inline void hsdk_pll_set_cfg(struct hsdk_pll_clk *clk,
156 static inline bool hsdk_pll_is_locked(struct hsdk_pll_clk *clk)
161 static inline bool hsdk_pll_is_err(struct hsdk_pll_clk *clk)
166 static inline struct hsdk_pll_clk *to_hsdk_pll_clk(struct clk_hw *hw)
168 return container_of(hw, struct hsdk_pll_clk, hw);
177 struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
209 struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
227 static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *clk,
247 static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *clk,
285 struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
313 struct hsdk_pll_clk *pll_clk;
367 struct hsdk_pll_clk *pll_clk;