Searched refs:hsdk_pll_clk (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/clk/ |
D | clk-hsdk-pll.c | 87 struct hsdk_pll_clk { struct 97 int (*update_rate)(struct hsdk_pll_clk *clk, unsigned long rate, argument 101 static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *, unsigned long, 103 static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *, unsigned long, 121 static inline void hsdk_pll_write(struct hsdk_pll_clk *clk, u32 reg, u32 val) in hsdk_pll_write() 126 static inline u32 hsdk_pll_read(struct hsdk_pll_clk *clk, u32 reg) in hsdk_pll_read() 131 static inline void hsdk_pll_set_cfg(struct hsdk_pll_clk *clk, in hsdk_pll_set_cfg() 147 static inline bool hsdk_pll_is_locked(struct hsdk_pll_clk *clk) in hsdk_pll_is_locked() 152 static inline bool hsdk_pll_is_err(struct hsdk_pll_clk *clk) in hsdk_pll_is_err() 157 static inline struct hsdk_pll_clk *to_hsdk_pll_clk(struct clk_hw *hw) in to_hsdk_pll_clk() [all …]
|