Lines Matching refs:mtk_clk_pll
35 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_is_prepared()
40 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin, in __mtk_pll_recalc_rate()
67 static void __mtk_pll_tuner_enable(struct mtk_clk_pll *pll) in __mtk_pll_tuner_enable()
80 static void __mtk_pll_tuner_disable(struct mtk_clk_pll *pll) in __mtk_pll_tuner_disable()
93 static void mtk_pll_set_rate_regs(struct mtk_clk_pll *pll, u32 pcw, in mtk_pll_set_rate_regs()
138 void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values()
178 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_set_rate()
190 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_recalc_rate()
206 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_round_rate()
217 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_prepare()
251 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_unprepare()
286 struct clk_hw *mtk_clk_register_pll_ops(struct mtk_clk_pll *pll, in mtk_clk_register_pll_ops()
334 struct mtk_clk_pll *pll; in mtk_clk_register_pll()
350 struct mtk_clk_pll *pll; in mtk_clk_unregister_pll()
414 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_clk_pll_get_base()