Lines Matching defs:mtk_clk_pll
38 struct mtk_clk_pll {
50 static inline struct mtk_clk_pll *to_mtk_clk_pll(struct clk_hw *hw)
52 return container_of(hw, struct mtk_clk_pll, hw);
57 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
62 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin,
89 static void __mtk_pll_tuner_enable(struct mtk_clk_pll *pll)
102 static void __mtk_pll_tuner_disable(struct mtk_clk_pll *pll)
115 static void mtk_pll_set_rate_regs(struct mtk_clk_pll *pll, u32 pcw,
159 static void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv,
199 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
212 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
228 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
239 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
269 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw);
303 struct mtk_clk_pll *pll;