Searched refs:__mtk_pll_recalc_rate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-pll.c | 62 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin, in __mtk_pll_recalc_rate() function 222 return __mtk_pll_recalc_rate(pll, parent_rate, pcw, postdiv); in mtk_pll_recalc_rate() 234 return __mtk_pll_recalc_rate(pll, *prate, pcw, postdiv); in mtk_pll_round_rate()
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-pll.c | 40 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin, in __mtk_pll_recalc_rate() function 199 return __mtk_pll_recalc_rate(pll, parent_rate, pcw, postdiv); in mtk_pll_recalc_rate() 211 return __mtk_pll_recalc_rate(pll, *prate, pcw, postdiv); in mtk_pll_round_rate()
|
Completed in 2 milliseconds