Searched refs:Nmod (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8510.c241 unsigned int K, Ndiv, Nmod; local
257 Nmod = target % source;
258 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8940.c493 unsigned int K, Ndiv, Nmod; local
521 Nmod = target % source;
522 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8974.c301 unsigned int K, Ndiv, Nmod; local
320 Nmod = target % source;
321 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8400.c949 unsigned int K, Nmod, target; local
989 Nmod = target % (Fref * factors->fratio);
990 } while (Nmod == 0);
993 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm8955.c141 unsigned int K, Ndiv, Nmod, target; local
165 Nmod = target % Fref;
166 dev_dbg(dev, "Nmod=%d\n", Nmod);
169 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm9081.c442 unsigned int K, Ndiv, Nmod, target; local
497 Nmod = target % Fref;
498 pr_debug("Nmod=%d\n", Nmod);
501 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm8350.c1062 unsigned int t1, t2, K, Nmod; local
1086 Nmod = t1 % t2;
1088 if (Nmod) {
1089 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm8993.c290 unsigned int K, Ndiv, Nmod, target; local
346 Nmod = target % Fref;
347 pr_debug("Nmod=%d\n", Nmod);
350 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm8580.c354 unsigned int K, Ndiv, Nmod; local
394 Nmod = target % source;
395 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8900.c684 unsigned int K, Ndiv, Nmod, target; local
723 Nmod = (target / fll_div->fll_ratio) % Fref;
726 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm8960.c729 unsigned int K, Ndiv, Nmod; local
750 Nmod = target % source;
751 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8990.c940 unsigned int K, Ndiv, Nmod; local
956 Nmod = target % source;
957 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm9713.c706 unsigned int K, Ndiv, Nmod, target; local
743 Nmod = target % source;
744 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8753.c695 unsigned int K, Ndiv, Nmod; local
710 Nmod = target % source;
711 Kpart = FIXED_PLL_SIZE * (long long)Nmod;
H A Dwm8904.c1864 unsigned int K, Ndiv, Nmod, target; local
1919 Nmod = target % Fref;
1920 pr_debug("Nmod=%d\n", Nmod);
1923 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
H A Dwm8994.c2823 unsigned int K, Ndiv, Nmod; local
2869 Nmod = freq_out % freq_in;
2870 pr_debug("Nmod=%d\n", Nmod);
2873 Kpart = FIXED_FLL_SIZE * (long long)Nmod;

Completed in 189 milliseconds