/openbmc/linux/sound/soc/codecs/ |
H A D | wm8510.c | 280 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 D | wm8955.c | 147 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 D | wm8804.c | 348 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 D | wm8974.c | 276 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 D | wm8940.c | 536 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 D | wm8400.c | 856 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 D | wm9081.c | 466 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 D | wm8580.c | 404 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 D | wm8990.c | 810 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 D | wm8991.c | 881 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()
|
H A D | wm8983.c | 754 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 D | wm8900.c | 683 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 D | wm8985.c | 851 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 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()
|
H A D | wm8993.c | 386 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 442 Nmod = target % Fref; in fll_factors() 443 pr_debug("Nmod=%d\n", Nmod); in fll_factors() 446 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
|
H A D | wm8350.c | 977 unsigned int t1, t2, K, Nmod; in fll_factors() local 1001 Nmod = t1 % t2; in fll_factors() 1003 if (Nmod) { in fll_factors() 1004 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
|
H A D | wm8753.c | 706 unsigned int K, Ndiv, Nmod; in pll_factors() local 721 Nmod = target % source; in pll_factors() 722 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
H A D | wm8995.c | 1727 unsigned int K, Ndiv, Nmod; in wm8995_get_fll_config() local 1773 Nmod = freq_out % freq_in; in wm8995_get_fll_config() 1774 pr_debug("Nmod=%d\n", Nmod); in wm8995_get_fll_config() 1777 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8995_get_fll_config()
|
H A D | wm8960.c | 1167 unsigned int K, Ndiv, Nmod; in pll_factors() local 1188 Nmod = target % source; in pll_factors() 1189 Kpart = FIXED_PLL_SIZE * (long long)Nmod; in pll_factors()
|
H A D | wm8904.c | 1588 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 1643 Nmod = target % Fref; in fll_factors() 1644 pr_debug("Nmod=%d\n", Nmod); in fll_factors() 1647 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in fll_factors()
|
H A D | wm8994.c | 2126 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local 2172 Nmod = freq_out % freq_in; in wm8994_get_fll_config() 2173 pr_debug("Nmod=%d\n", Nmod); in wm8994_get_fll_config() 2178 Kpart = FIXED_FLL_SIZE * (long long)Nmod; in wm8994_get_fll_config()
|