Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
A Dat91_pll.c169 unsigned long tmprate = 0; in clk_pll_get_best_div_mul() local
177 tmprate = (parent_rate / tmpdiv) * tmpmul; in clk_pll_get_best_div_mul()
178 if (tmprate > rate) in clk_pll_get_best_div_mul()
179 remainder = tmprate - rate; in clk_pll_get_best_div_mul()
181 remainder = rate - tmprate; in clk_pll_get_best_div_mul()
192 bestrate = tmprate; in clk_pll_get_best_div_mul()

Completed in 2 milliseconds