/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 | 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 | 530 unsigned int K, Ndiv, Nmod; in pll_factors() local 558 Nmod = target % source; in pll_factors() 559 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
D | wm8804.c | 351 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()
|
D | wm8974.c | 288 unsigned int K, Ndiv, Nmod; in pll_factors() local 307 Nmod = target % source; in pll_factors() 308 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
D | wm9081.c | 470 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 525 Nmod = target % Fref; in fll_factors() 526 pr_debug("Nmod=%d\n", Nmod); in fll_factors() 529 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
|
D | wm8400.c | 873 unsigned int K, Nmod, target; in fll_factors() local 913 Nmod = target % (Fref * factors->fratio); in fll_factors() 914 } while (Nmod == 0); in fll_factors() 917 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
|
D | wm8580.c | 408 unsigned int K, Ndiv, Nmod; in pll_factors() local 448 Nmod = target % source; in pll_factors() 449 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
D | wm8983.c | 757 unsigned long int K, Ndiv, Nmod; in pll_factors() local 774 Nmod = target % source; in pll_factors() 775 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_factors()
|
D | wm8990.c | 901 unsigned int K, Ndiv, Nmod; in pll_factors() local 917 Nmod = target % source; in pll_factors() 918 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
D | wm8991.c | 893 unsigned int K, Ndiv, Nmod; in pll_factors() local 909 Nmod = target % source; in pll_factors() 910 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 | wm9713.c | 756 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()
|
D | wm8985.c | 854 unsigned long int K, Ndiv, Nmod; in pll_factors() local 871 Nmod = target % source; in pll_factors() 872 Kpart = FIXED_PLL_SIZE * (u64)Nmod; in pll_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 | wm8350.c | 979 unsigned int t1, t2, K, Nmod; in fll_factors() local 1003 Nmod = t1 % t2; in fll_factors() 1005 if (Nmod) { in fll_factors() 1006 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
|
D | wm8995.c | 1729 unsigned int K, Ndiv, Nmod; in wm8995_get_fll_config() local 1775 Nmod = freq_out % freq_in; in wm8995_get_fll_config() 1776 pr_debug("Nmod=%d\n", Nmod); in wm8995_get_fll_config() 1779 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_get_fll_config()
|
D | wm8753.c | 711 unsigned int K, Ndiv, Nmod; in pll_factors() local 726 Nmod = target % source; in pll_factors() 727 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
D | wm8960.c | 1144 unsigned int K, Ndiv, Nmod; in pll_factors() local 1165 Nmod = target % source; in pll_factors() 1166 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
D | wm8904.c | 1599 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()
|
D | wm8994.c | 2053 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local 2099 Nmod = freq_out % freq_in; in wm8994_get_fll_config() 2100 pr_debug("Nmod=%d\n", Nmod); in wm8994_get_fll_config() 2105 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8994_get_fll_config()
|