Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8978.c412 unsigned int k, n_div, n_mod; in pll_factors() local
414 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()