Home
last modified time | relevance | path

Searched refs:to_mtk_clk_pll (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/clk/mediatek/
H A Dclk-pll.c35 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()
H A Dclk-pllfh.c22 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()
H A Dclk-pll.h82 static inline struct mtk_clk_pll *to_mtk_clk_pll(struct clk_hw *hw) in to_mtk_clk_pll() function