Home
last modified time | relevance | path

Searched refs:mtk_pll_calc_values (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-pll.c151 * mtk_pll_calc_values - calculate good values for a given input frequency.
159 static void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values() function
203 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, parent_rate); in mtk_pll_set_rate()
232 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, *prate); in mtk_pll_round_rate()
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-pll.c129 * mtk_pll_calc_values - calculate good values for a given input frequency.
137 void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values() function
181 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, parent_rate); in mtk_pll_set_rate()
209 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, *prate); in mtk_pll_round_rate()
H A Dclk-pll.h94 void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv,
H A Dclk-pllfh.c35 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, parent_rate); in mtk_fhctl_set_rate()

Completed in 3 milliseconds