Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/at91/
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()