Searched refs:maxdiv (Results 1 – 1 of 1) sorted by relevance
123 unsigned long maxdiv = 1; in clk_pll_get_best_div_mul() local158 maxdiv = DIV_ROUND_UP(parent_rate * PLL_MUL_MAX(layout), rate); in clk_pll_get_best_div_mul()159 if (maxdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()160 maxdiv = PLL_DIV_MAX; in clk_pll_get_best_div_mul()167 for (tmpdiv = mindiv; tmpdiv <= maxdiv; tmpdiv++) { in clk_pll_get_best_div_mul()