/sound/soc/codecs/ |
D | wm8955.c | 150 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()
|
D | wm8974.c | 283 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()
|
D | wm8510.c | 283 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()
|
D | wm8940.c | 532 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()
|
D | wm8804.c | 325 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()
|
D | wm8580.c | 373 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()
|
D | wm9081.c | 471 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()
|
D | wm8400.c | 877 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()
|
D | wm8960.c | 785 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()
|
D | wm8983.c | 810 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()
|
D | wm8985.c | 788 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()
|
D | wm8991.c | 916 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()
|
D | wm8900.c | 692 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()
|
D | wm8990.c | 903 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()
|
D | wm8350.c | 983 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()
|
D | wm8993.c | 389 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()
|
D | wm9713.c | 695 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()
|
D | wm8995.c | 1732 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()
|
D | wm8753.c | 716 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()
|
D | wm8904.c | 1592 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()
|
D | wm8994.c | 2049 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()
|