Searched refs:n_div (Results 1 – 1 of 1) sorted by relevance
412 unsigned int k, n_div, n_mod; in pll_factors() local414 n_div = target / source; in pll_factors()415 if (n_div < 6) { in pll_factors()418 n_div = target / source; in pll_factors()423 if (n_div < 6 || n_div > 12) in pll_factors()426 n_div); in pll_factors()428 pll_div->n = n_div; in pll_factors()429 n_mod = target - source * n_div; in pll_factors()