Lines Matching refs:hsdk_pll_clk
88 struct hsdk_pll_clk { struct
98 int (*update_rate)(struct hsdk_pll_clk *clk, unsigned long rate, argument
102 static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *, unsigned long,
104 static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *, unsigned long,
122 static inline void hsdk_pll_write(struct hsdk_pll_clk *clk, u32 reg, u32 val) in hsdk_pll_write()
127 static inline u32 hsdk_pll_read(struct hsdk_pll_clk *clk, u32 reg) in hsdk_pll_read()
132 static inline void hsdk_pll_set_cfg(struct hsdk_pll_clk *clk, in hsdk_pll_set_cfg()
153 static inline bool hsdk_pll_is_locked(struct hsdk_pll_clk *clk) in hsdk_pll_is_locked()
158 static inline bool hsdk_pll_is_err(struct hsdk_pll_clk *clk) in hsdk_pll_is_err()
163 static inline struct hsdk_pll_clk *to_hsdk_pll_clk(struct clk_hw *hw) in to_hsdk_pll_clk()
165 return container_of(hw, struct hsdk_pll_clk, hw); in to_hsdk_pll_clk()
174 struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw); in hsdk_pll_recalc_rate()
206 struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw); in hsdk_pll_round_rate()
224 static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *clk, in hsdk_pll_comm_update_rate()
244 static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *clk, in hsdk_pll_core_update_rate()
282 struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw); in hsdk_pll_set_rate()
310 struct hsdk_pll_clk *pll_clk; in hsdk_pll_clk_probe()
364 struct hsdk_pll_clk *pll_clk; in of_hsdk_pll_clk_setup()