Home
last modified time | relevance | path

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

/sound/soc/codecs/
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()
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()
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.c325 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
364 Nmod = target % source; in pll_factors()
365 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.c877 unsigned int K, Nmod, target; in fll_factors() local
917 Nmod = target % (Fref * factors->fratio); in fll_factors()
918 } while (Nmod == 0); in fll_factors()
921 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8960.c785 unsigned int K, Ndiv, Nmod; in pll_factors() local
806 Nmod = target % source; in pll_factors()
807 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()
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.c916 unsigned int K, Ndiv, Nmod; in pll_factors() local
932 Nmod = target % source; in pll_factors()
933 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()
Dwm8990.c903 unsigned int K, Ndiv, Nmod; in pll_factors() local
919 Nmod = target % source; in pll_factors()
920 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8350.c983 unsigned int t1, t2, K, Nmod; in fll_factors() local
1007 Nmod = t1 % t2; in fll_factors()
1009 if (Nmod) { in fll_factors()
1010 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()
Dwm9713.c695 unsigned int K, Ndiv, Nmod, target; in pll_factors() local
732 Nmod = target % source; in pll_factors()
733 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8995.c1732 unsigned int K, Ndiv, Nmod; in wm8995_get_fll_config() local
1778 Nmod = freq_out % freq_in; in wm8995_get_fll_config()
1779 pr_debug("Nmod=%d\n", Nmod); in wm8995_get_fll_config()
1782 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_get_fll_config()
Dwm8753.c716 unsigned int K, Ndiv, Nmod; in pll_factors() local
731 Nmod = target % source; in pll_factors()
732 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
Dwm8904.c1592 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
1647 Nmod = target % Fref; in fll_factors()
1648 pr_debug("Nmod=%d\n", Nmod); in fll_factors()
1651 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
Dwm8994.c2049 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local
2095 Nmod = freq_out % freq_in; in wm8994_get_fll_config()
2096 pr_debug("Nmod=%d\n", Nmod); in wm8994_get_fll_config()
2101 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8994_get_fll_config()