Searched refs:mtk_clk_pll (Results 1 – 1 of 1) sorted by relevance
44 struct mtk_clk_pll { struct55 static inline struct mtk_clk_pll *to_mtk_clk_pll(struct clk_hw *hw) in to_mtk_clk_pll() argument57 return container_of(hw, struct mtk_clk_pll, hw); in to_mtk_clk_pll()62 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_is_prepared()67 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin, in __mtk_pll_recalc_rate()91 static void mtk_pll_set_rate_regs(struct mtk_clk_pll *pll, u32 pcw, in mtk_pll_set_rate_regs()138 static void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values()176 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_set_rate()189 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_recalc_rate()205 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_round_rate()[all …]