Searched refs:hsdk_pll_clk (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/clk/ |
D | clk-hsdk-pll.c | 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() [all …]
|