Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/sound/soc/codecs/
H A 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()
H A 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()
H A Dwm8400.c856 unsigned int K, Nmod, target; in fll_factors() local
896 Nmod = target % (Fref * factors->fratio); in fll_factors()
897 } while (Nmod == 0); in fll_factors()
900 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
H A 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()
H A 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()
H A Dwm8974.c276 unsigned int K, Ndiv, Nmod; in pll_factors() local
295 Nmod = target % source; in pll_factors()
296 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
H A 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()
H A 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()
H A Dwm8900.c683 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
723 Nmod = (target / fll_div->fll_ratio) % Fref; in fll_factors()
726 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
H A 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()
H A Dwm8990.c810 unsigned int K, Ndiv, Nmod; in pll_factors() local
826 Nmod = target % source; in pll_factors()
827 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
H A 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()
H A 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()
H A Dwm8991.c881 unsigned int K, Ndiv, Nmod; in pll_factors() local
897 Nmod = target % source; in pll_factors()
898 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A 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()
H A 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()
H A Dwm8400.c856 unsigned int K, Nmod, target; in fll_factors() local
896 Nmod = target % (Fref * factors->fratio); in fll_factors()
897 } while (Nmod == 0); in fll_factors()
900 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
H A 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()
H A Dwm8974.c276 unsigned int K, Ndiv, Nmod; in pll_factors() local
295 Nmod = target % source; in pll_factors()
296 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
H A Dwm8940.c536 unsigned int K, Ndiv, Nmod; in pll_factors() local
564 Nmod = target % source; in pll_factors()
565 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dwm8900.c683 unsigned int K, Ndiv, Nmod, target; in fll_factors() local
723 Nmod = (target / fll_div->fll_ratio) % Fref; in fll_factors()
726 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()

Completed in 30 milliseconds

12