Symbol: mtk_clk_pll
drivers/clk/mediatek/clk-fhctl.c
116
static int hopping_hw_flow(struct mtk_clk_pll *pll, struct fh_pll_regs *regs,
drivers/clk/mediatek/clk-fhctl.c
161
static unsigned int __get_postdiv(struct mtk_clk_pll *pll)
drivers/clk/mediatek/clk-fhctl.c
171
static void __set_postdiv(struct mtk_clk_pll *pll, unsigned int postdiv)
drivers/clk/mediatek/clk-fhctl.c
187
struct mtk_clk_pll *pll = &fh->clk_pll;
drivers/clk/mediatek/clk-fhctl.c
217
struct mtk_clk_pll *pll = &fh->clk_pll;
drivers/clk/mediatek/clk-fhctl.c
55
static void dump_hw(struct mtk_clk_pll *pll, struct fh_pll_regs *regs,
drivers/clk/mediatek/clk-fhctl.c
68
static int fhctl_set_ssc_regs(struct mtk_clk_pll *pll, struct fh_pll_regs *regs,
drivers/clk/mediatek/clk-pll.c
101
static void mtk_pll_set_rate_regs(struct mtk_clk_pll *pll, u32 pcw,
drivers/clk/mediatek/clk-pll.c
146
void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv,
drivers/clk/mediatek/clk-pll.c
186
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
198
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
213
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
228
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
262
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
290
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
302
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
326
struct clk_hw *mtk_clk_register_pll_ops(struct mtk_clk_pll *pll,
drivers/clk/mediatek/clk-pll.c
36
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
384
struct mtk_clk_pll *pll;
drivers/clk/mediatek/clk-pll.c
403
struct mtk_clk_pll *pll;
drivers/clk/mediatek/clk-pll.c
43
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
467
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pll.c
48
static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin,
drivers/clk/mediatek/clk-pll.c
75
static void __mtk_pll_tuner_enable(struct mtk_clk_pll *pll)
drivers/clk/mediatek/clk-pll.c
88
static void __mtk_pll_tuner_disable(struct mtk_clk_pll *pll)
drivers/clk/mediatek/clk-pll.h
103
void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv,
drivers/clk/mediatek/clk-pll.h
109
struct clk_hw *mtk_clk_register_pll_ops(struct mtk_clk_pll *pll,
drivers/clk/mediatek/clk-pll.h
90
static inline struct mtk_clk_pll *to_mtk_clk_pll(struct clk_hw *hw)
drivers/clk/mediatek/clk-pll.h
92
return container_of(hw, struct mtk_clk_pll, hw);
drivers/clk/mediatek/clk-pllfh.c
23
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pllfh.c
31
struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
drivers/clk/mediatek/clk-pllfh.h
58
struct mtk_clk_pll clk_pll;