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()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()355 pll = to_mtk_clk_pll(hw); in mtk_clk_unregister_pll()414 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()
82 static inline struct mtk_clk_pll *to_mtk_clk_pll(struct clk_hw *hw) in to_mtk_clk_pll() function