Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dwm8510.c280 unsigned int K, Ndiv, Nmod; in pll_factors() local
296 Nmod = target % source; in pll_factors()
297 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8955.c147 unsigned int K, Ndiv, Nmod, target; in wm8955_pll_factors() local
171 Nmod = target % Fref; in wm8955_pll_factors()
172 dev_dbg(dev, "Nmod=%d\n", Nmod); in wm8955_pll_factors()
175 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8955_pll_factors()
Dwm8974.c284 unsigned int K, Ndiv, Nmod; in pll_factors() local
303 Nmod = target % source; in pll_factors()
304 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8940.c527 unsigned int K, Ndiv, Nmod; in pll_factors() local
555 Nmod = target % source; in pll_factors()
556 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8804.c348 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
387 Nmod = target % source; in pll_factors()
388 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm9081.c466 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
521 Nmod = target % Fref; in fll_factors()
522 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
525 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8400.c868 unsigned int K, Nmod, target; in fll_factors() local
908 Nmod = target % (Fref * factors->fratio); in fll_factors()
909 } while (Nmod == 0); in fll_factors()
912 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8580.c404 unsigned int K, Ndiv, Nmod; in pll_factors() local
444 Nmod = target % source; in pll_factors()
445 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8983.c754 unsigned long int K, Ndiv, Nmod; in pll_factors() local
771 Nmod = target % source; in pll_factors()
772 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm8990.c897 unsigned int K, Ndiv, Nmod; in pll_factors() local
913 Nmod = target % source; in pll_factors()
914 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8985.c851 unsigned long int K, Ndiv, Nmod; in pll_factors() local
868 Nmod = target % source; in pll_factors()
869 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm8991.c889 unsigned int K, Ndiv, Nmod; in pll_factors() local
905 Nmod = target % source; in pll_factors()
906 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm9713.c756 unsigned int K, Ndiv, Nmod, target; in pll_factors() local
793 Nmod = target % source; in pll_factors()
794 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8900.c689 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
729 Nmod = (target / fll_div->fll_ratio) % Fref; in fll_factors()
732 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8993.c386 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
442 Nmod = target % Fref; in fll_factors()
443 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
446 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8350.c976 unsigned int t1, t2, K, Nmod; in fll_factors() local
1000 Nmod = t1 % t2; in fll_factors()
1002 if (Nmod) { in fll_factors()
1003 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8960.c1142 unsigned int K, Ndiv, Nmod; in pll_factors() local
1163 Nmod = target % source; in pll_factors()
1164 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8753.c706 unsigned int K, Ndiv, Nmod; in pll_factors() local
721 Nmod = target % source; in pll_factors()
722 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8995.c1727 unsigned int K, Ndiv, Nmod; in wm8995_get_fll_config() local
1773 Nmod = freq_out % freq_in; in wm8995_get_fll_config()
1774 pr_debug("Nmod=%d\n", Nmod); in wm8995_get_fll_config()
1777 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_get_fll_config()
Dwm8904.c1609 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
1664 Nmod = target % Fref; in fll_factors()
1665 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
1668 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8994.c2055 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local
2101 Nmod = freq_out % freq_in; in wm8994_get_fll_config()
2102 pr_debug("Nmod=%d\n", Nmod); in wm8994_get_fll_config()
2107 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8994_get_fll_config()