Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/at91/
Dclk-sam9x60-pll.c204 unsigned long tmpmul; in sam9x60_pll_get_best_div_mul() local
211 tmpmul = mult_frac(rate, tmpdiv, parent_rate); in sam9x60_pll_get_best_div_mul()
212 tmprate = mult_frac(parent_rate, tmpmul, tmpdiv); in sam9x60_pll_get_best_div_mul()
236 bestmul = tmpmul; in sam9x60_pll_get_best_div_mul()
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()