Home
last modified time | relevance | path

Searched refs:tmpmul (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dclk-pll.c176 unsigned long tmpmul; in clk_pll_get_best_div_mul() local
182 tmpmul = DIV_ROUND_CLOSEST(rate, parent_rate / tmpdiv); in clk_pll_get_best_div_mul()
183 tmprate = (parent_rate / tmpdiv) * tmpmul; in clk_pll_get_best_div_mul()
197 bestmul = tmpmul; in clk_pll_get_best_div_mul()
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-pll.c177 unsigned long tmpmul; in clk_pll_get_best_div_mul() local
183 tmpmul = DIV_ROUND_CLOSEST(rate, parent_rate / tmpdiv); in clk_pll_get_best_div_mul()
184 tmprate = (parent_rate / tmpdiv) * tmpmul; in clk_pll_get_best_div_mul()
198 bestmul = tmpmul; in clk_pll_get_best_div_mul()

Completed in 2 milliseconds