Searched refs:to_mtk_clk_pll (Results 1 – 3 of 3) sorted by relevance
35 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_is_prepared()177 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()216 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_prepare()250 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_unprepare()354 pll = to_mtk_clk_pll(hw); in mtk_clk_unregister_pll()413 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_clk_pll_get_base()
22 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in to_mtk_fh()30 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_fhctl_set_rate()
81 static inline struct mtk_clk_pll *to_mtk_clk_pll(struct clk_hw *hw) in to_mtk_clk_pll() function