hsdk_pll_clk
static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *, unsigned long,
static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *, unsigned long,
static inline void hsdk_pll_write(struct hsdk_pll_clk *clk, u32 reg, u32 val)
static inline u32 hsdk_pll_read(struct hsdk_pll_clk *clk, u32 reg)
static inline void hsdk_pll_set_cfg(struct hsdk_pll_clk *clk,
static inline bool hsdk_pll_is_locked(struct hsdk_pll_clk *clk)
static inline bool hsdk_pll_is_err(struct hsdk_pll_clk *clk)
static inline struct hsdk_pll_clk *to_hsdk_pll_clk(struct clk_hw *hw)
return container_of(hw, struct hsdk_pll_clk, hw);
struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *clk,
static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *clk,
struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
struct hsdk_pll_clk *pll_clk;
struct hsdk_pll_clk *pll_clk;
int (*update_rate)(struct hsdk_pll_clk *clk, unsigned long rate,