Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
H A Dat91_pll.c170 unsigned long tmpmul = 0; in clk_pll_get_best_div_mul() local
176 tmpmul = UDIV_ROUND_NEAREST(rate, parent_rate / tmpdiv); in clk_pll_get_best_div_mul()
177 tmprate = (parent_rate / tmpdiv) * tmpmul; in clk_pll_get_best_div_mul()
191 bestmul = tmpmul; in clk_pll_get_best_div_mul()