Searched refs:mtk_pll_calc_values (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-pll.c | 151 * 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 D | clk-pll.c | 129 * 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 D | clk-pll.h | 94 void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv,
|
H A D | clk-pllfh.c | 35 mtk_pll_calc_values(pll, &pcw, &postdiv, rate, parent_rate); in mtk_fhctl_set_rate()
|
Completed in 3 milliseconds