Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8974.c283 unsigned int K, Ndiv, Nmod; in pll_factors() local
302 Nmod = target % source; in pll_factors()
303 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()
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()
Dwm8940.c532 unsigned int K, Ndiv, Nmod; in pll_factors() local
560 Nmod = target % source; in pll_factors()
561 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()
Dwm8580.c373 unsigned int K, Ndiv, Nmod; in pll_factors() local
413 Nmod = target % source; in pll_factors()
414 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm9081.c471 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
526 Nmod = target % Fref; in fll_factors()
527 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
530 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8400.c876 unsigned int K, Nmod, target; in fll_factors() local
916 Nmod = target % (Fref * factors->fratio); in fll_factors()
917 } while (Nmod == 0); in fll_factors()
920 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8960.c825 unsigned int K, Ndiv, Nmod; in pll_factors() local
846 Nmod = target % source; in pll_factors()
847 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8990.c904 unsigned int K, Ndiv, Nmod; in pll_factors() local
920 Nmod = target % source; in pll_factors()
921 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8983.c810 unsigned long int K, Ndiv, Nmod; in pll_factors() local
827 Nmod = target % source; in pll_factors()
828 Kpart = FIXED_PLL_SIZE * (u64)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.c788 unsigned long int K, Ndiv, Nmod; in pll_factors() local
805 Nmod = target % source; in pll_factors()
806 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
Dwm8991.c917 unsigned int K, Ndiv, Nmod; in pll_factors() local
933 Nmod = target % source; in pll_factors()
934 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8350.c980 unsigned int t1, t2, K, Nmod; in fll_factors() local
1004 Nmod = t1 % t2; in fll_factors()
1006 if (Nmod) { in fll_factors()
1007 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_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()
Dwm8753.c717 unsigned int K, Ndiv, Nmod; in pll_factors() local
732 Nmod = target % source; in pll_factors()
733 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm9713.c726 unsigned int K, Ndiv, Nmod, target; in pll_factors() local
763 Nmod = target % source; in pll_factors()
764 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8995.c1728 unsigned int K, Ndiv, Nmod; in wm8995_get_fll_config() local
1774 Nmod = freq_out % freq_in; in wm8995_get_fll_config()
1775 pr_debug("Nmod=%d\n", Nmod); in wm8995_get_fll_config()
1778 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_get_fll_config()
Dwm8904.c1599 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
1654 Nmod = target % Fref; in fll_factors()
1655 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
1658 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8994.c2050 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local
2096 Nmod = freq_out % freq_in; in wm8994_get_fll_config()
2097 pr_debug("Nmod=%d\n", Nmod); in wm8994_get_fll_config()
2102 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8994_get_fll_config()