Searched refs:tmprate (Results 1 – 1 of 1) sorted by relevance
169 unsigned long tmprate = 0; in clk_pll_get_best_div_mul() local177 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