Searched refs:mindiv (Results 1 – 1 of 1) sorted by relevance
124 unsigned long mindiv = 1; in clk_pll_get_best_div_mul() local141 mindiv = (parent_rate * PLL_MUL_MIN) / rate; in clk_pll_get_best_div_mul()142 if (!mindiv) in clk_pll_get_best_div_mul()143 mindiv = 1; in clk_pll_get_best_div_mul()150 if (tmpdiv > mindiv) in clk_pll_get_best_div_mul()151 mindiv = tmpdiv; in clk_pll_get_best_div_mul()167 for (tmpdiv = mindiv; tmpdiv <= maxdiv; tmpdiv++) { in clk_pll_get_best_div_mul()
Completed in 2 milliseconds