Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8510.c283 unsigned int K, Ndiv, Nmod; in pll_factors() local
299 Nmod = target % source; in pll_factors()
300 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8955.c150 unsigned int K, Ndiv, Nmod, target; in wm8995_pll_factors() local
174 Nmod = target % Fref; in wm8995_pll_factors()
175 dev_dbg(dev, "Nmod=%d\n", Nmod); in wm8995_pll_factors()
178 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_pll_factors()
Dwm8940.c530 unsigned int K, Ndiv, Nmod; in pll_factors() local
558 Nmod = target % source; in pll_factors()
559 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8804.c351 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
390 Nmod = target % source; in pll_factors()
391 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm8974.c288 unsigned int K, Ndiv, Nmod; in pll_factors() local
307 Nmod = target % source; in pll_factors()
308 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm9081.c470 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
525 Nmod = target % Fref; in fll_factors()
526 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
529 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8400.c873 unsigned int K, Nmod, target; in fll_factors() local
913 Nmod = target % (Fref * factors->fratio); in fll_factors()
914 } while (Nmod == 0); in fll_factors()
917 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8580.c408 unsigned int K, Ndiv, Nmod; in pll_factors() local
448 Nmod = target % source; in pll_factors()
449 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8983.c757 unsigned long int K, Ndiv, Nmod; in pll_factors() local
774 Nmod = target % source; in pll_factors()
775 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm8990.c901 unsigned int K, Ndiv, Nmod; in pll_factors() local
917 Nmod = target % source; in pll_factors()
918 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8991.c893 unsigned int K, Ndiv, Nmod; in pll_factors() local
909 Nmod = target % source; in pll_factors()
910 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm9713.c760 unsigned int K, Ndiv, Nmod, target; in pll_factors() local
797 Nmod = target % source; in pll_factors()
798 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8900.c692 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
732 Nmod = (target / fll_div->fll_ratio) % Fref; in fll_factors()
735 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8985.c854 unsigned long int K, Ndiv, Nmod; in pll_factors() local
871 Nmod = target % source; in pll_factors()
872 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm8993.c389 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
445 Nmod = target % Fref; in fll_factors()
446 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
449 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8350.c979 unsigned int t1, t2, K, Nmod; in fll_factors() local
1003 Nmod = t1 % t2; in fll_factors()
1005 if (Nmod) { in fll_factors()
1006 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8753.c711 unsigned int K, Ndiv, Nmod; in pll_factors() local
726 Nmod = target % source; in pll_factors()
727 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8960.c1145 unsigned int K, Ndiv, Nmod; in pll_factors() local
1166 Nmod = target % source; in pll_factors()
1167 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8995.c1730 unsigned int K, Ndiv, Nmod; in wm8995_get_fll_config() local
1776 Nmod = freq_out % freq_in; in wm8995_get_fll_config()
1777 pr_debug("Nmod=%d\n", Nmod); in wm8995_get_fll_config()
1780 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_get_fll_config()
Dwm8904.c1600 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
1655 Nmod = target % Fref; in fll_factors()
1656 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
1659 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8994.c2054 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local
2100 Nmod = freq_out % freq_in; in wm8994_get_fll_config()
2101 pr_debug("Nmod=%d\n", Nmod); in wm8994_get_fll_config()
2106 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8994_get_fll_config()