Symbol: hsdk_pll_clk
drivers/clk/clk-hsdk-pll.c
101
static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *, unsigned long,
drivers/clk/clk-hsdk-pll.c
103
static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *, unsigned long,
drivers/clk/clk-hsdk-pll.c
121
static inline void hsdk_pll_write(struct hsdk_pll_clk *clk, u32 reg, u32 val)
drivers/clk/clk-hsdk-pll.c
126
static inline u32 hsdk_pll_read(struct hsdk_pll_clk *clk, u32 reg)
drivers/clk/clk-hsdk-pll.c
131
static inline void hsdk_pll_set_cfg(struct hsdk_pll_clk *clk,
drivers/clk/clk-hsdk-pll.c
152
static inline bool hsdk_pll_is_locked(struct hsdk_pll_clk *clk)
drivers/clk/clk-hsdk-pll.c
157
static inline bool hsdk_pll_is_err(struct hsdk_pll_clk *clk)
drivers/clk/clk-hsdk-pll.c
162
static inline struct hsdk_pll_clk *to_hsdk_pll_clk(struct clk_hw *hw)
drivers/clk/clk-hsdk-pll.c
164
return container_of(hw, struct hsdk_pll_clk, hw);
drivers/clk/clk-hsdk-pll.c
173
struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
drivers/clk/clk-hsdk-pll.c
205
struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
drivers/clk/clk-hsdk-pll.c
225
static int hsdk_pll_comm_update_rate(struct hsdk_pll_clk *clk,
drivers/clk/clk-hsdk-pll.c
245
static int hsdk_pll_core_update_rate(struct hsdk_pll_clk *clk,
drivers/clk/clk-hsdk-pll.c
283
struct hsdk_pll_clk *clk = to_hsdk_pll_clk(hw);
drivers/clk/clk-hsdk-pll.c
310
struct hsdk_pll_clk *pll_clk;
drivers/clk/clk-hsdk-pll.c
357
struct hsdk_pll_clk *pll_clk;
drivers/clk/clk-hsdk-pll.c
97
int (*update_rate)(struct hsdk_pll_clk *clk, unsigned long rate,