/Linux-v6.1/sound/soc/codecs/ |
D | wm9081.c | 463 unsigned int Fout) in fll_factors() argument 483 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 490 target = Fout * 2; in fll_factors() 496 Fout); in fll_factors() 546 unsigned int Fref, unsigned int Fout) in wm9081_set_fll() argument 555 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout) in wm9081_set_fll() 559 if (Fout == 0) { in wm9081_set_fll() 567 ret = fll_factors(&fll_div, Fref, Fout); in wm9081_set_fll() 628 dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in wm9081_set_fll() 631 wm9081->fll_fout = Fout; in wm9081_set_fll()
|
D | wm8993.c | 383 unsigned int Fout) in fll_factors() argument 404 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 411 target = Fout * 2; in fll_factors() 417 Fout); in fll_factors() 467 unsigned int Fref, unsigned int Fout) in _wm8993_set_fll() argument 477 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout) in _wm8993_set_fll() 481 if (Fout == 0) { in _wm8993_set_fll() 493 ret = fll_factors(&fll_div, Fref, Fout); in _wm8993_set_fll() 561 dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in _wm8993_set_fll() 564 wm8993->fll_fout = Fout; in _wm8993_set_fll() [all …]
|
D | wm8904.c | 1578 unsigned int Fout) in fll_factors() argument 1599 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1606 while (Fout * div < 90000000) { in fll_factors() 1610 Fout); in fll_factors() 1614 target = Fout * div; in fll_factors() 1661 unsigned int Fref, unsigned int Fout) in wm8904_set_fll() argument 1671 Fout == wm8904->fll_fout) in wm8904_set_fll() 1676 if (Fout == 0) { in wm8904_set_fll() 1697 ret = fll_factors(&fll_div, Fref, Fout); in wm8904_set_fll() 1705 Fout = 12000000; in wm8904_set_fll() [all …]
|
D | wm8400.c | 853 unsigned int Fref, unsigned int Fout) in fll_factors() argument 859 while (Fout * factors->outdiv < 90000000 || in fll_factors() 860 Fout * factors->outdiv > 100000000) { in fll_factors() 865 Fout); in fll_factors() 869 target = Fout * factors->outdiv; in fll_factors() 914 Fref, Fout, in fll_factors()
|
D | wm8900.c | 680 unsigned int Fout) in fll_factors() argument 686 if (WARN_ON(!Fout)) in fll_factors() 691 target = Fout; in fll_factors() 700 " Fout=%u\n", target, Fref, Fout); in fll_factors() 704 div, Fref, Fout, target); in fll_factors() 738 if (WARN_ON(target != Fout * (fll_div->fllclk_div << 2)) || in fll_factors()
|
D | wm2200.c | 1850 unsigned int Fout) in fll_factors() argument 1871 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1878 while (Fout * div < 90000000) { in fll_factors() 1882 Fout); in fll_factors() 1886 target = Fout * div; in fll_factors() 1927 unsigned int Fref, unsigned int Fout) in wm2200_set_fll() argument 1935 if (!Fout) { in wm2200_set_fll() 1957 ret = fll_factors(&factors, Fref, Fout); in wm2200_set_fll() 2041 wm2200->fll_fout = Fout; in wm2200_set_fll() 2043 dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout); in wm2200_set_fll()
|
D | arizona.c | 2107 unsigned int Fout) in arizona_validate_fll() argument 2111 if (fll->fout && Fout != fll->fout) { in arizona_validate_fll() 2125 if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) { in arizona_validate_fll() 2127 Fout); in arizona_validate_fll() 2556 unsigned int Fref, unsigned int Fout) in arizona_set_fll_refclk() argument 2580 unsigned int Fref, unsigned int Fout) in arizona_set_fll() argument 2585 fll->sync_freq == Fref && fll->fout == Fout) in arizona_set_fll() 2588 if (Fout) { in arizona_set_fll() 2590 ret = arizona_validate_fll(fll, fll->ref_freq, Fout); in arizona_set_fll() 2595 ret = arizona_validate_fll(fll, Fref, Fout); in arizona_set_fll() [all …]
|
D | wm8997.c | 927 int source, unsigned int Fref, unsigned int Fout) in wm8997_set_fll() argument 933 return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout); in wm8997_set_fll() 935 return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout); in wm8997_set_fll() 938 Fout); in wm8997_set_fll() 941 Fout); in wm8997_set_fll()
|
D | wm8996.c | 1915 unsigned int Fout) in fll_factors() argument 1936 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1953 while (Fout * div < 90000000) { in fll_factors() 1957 Fout); in fll_factors() 1961 target = Fout * div; in fll_factors() 2002 unsigned int Fref, unsigned int Fout) in wm8996_set_fll() argument 2012 Fout == wm8996->fll_fout) in wm8996_set_fll() 2015 if (Fout == 0) { in wm8996_set_fll() 2029 ret = fll_factors(&fll_div, Fref, Fout); in wm8996_set_fll() 2129 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8996_set_fll() [all …]
|
D | wm5100.c | 1678 unsigned int Fout) in fll_factors() argument 1699 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1706 while (Fout * div < 90000000) { in fll_factors() 1710 Fout); in fll_factors() 1714 target = Fout * div; in fll_factors() 1755 unsigned int Fref, unsigned int Fout) in wm5100_set_fll() argument 1780 if (!Fout) { in wm5100_set_fll() 1803 ret = fll_factors(&factors, Fref, Fout); in wm5100_set_fll() 1870 fll->fout = Fout; in wm5100_set_fll() 1873 Fref, Fout); in wm5100_set_fll()
|
D | wm8962.c | 2803 unsigned int Fout) in fll_factors() argument 2824 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 2831 while (Fout * div < 90000000) { in fll_factors() 2835 Fout); in fll_factors() 2839 target = Fout * div; in fll_factors() 2880 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() argument 2890 Fout == wm8962->fll_fout) in wm8962_set_fll() 2893 if (Fout == 0) { in wm8962_set_fll() 2907 ret = fll_factors(&fll_div, Fref, Fout); in wm8962_set_fll() 2962 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8962_set_fll() [all …]
|
D | arizona.h | 344 unsigned int Fref, unsigned int Fout); 346 unsigned int Fref, unsigned int Fout);
|
D | wm8955.c | 144 int Fref, int Fout, struct pll_factors *pll) in wm8955_pll_factors() argument 149 dev_dbg(dev, "Fref=%u Fout=%u\n", Fref, Fout); in wm8955_pll_factors() 155 target = Fout * 4; in wm8955_pll_factors()
|
D | cs47l24.c | 935 int source, unsigned int Fref, unsigned int Fout) in cs47l24_set_fll() argument 941 return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout); in cs47l24_set_fll() 943 return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout); in cs47l24_set_fll() 946 Fout); in cs47l24_set_fll() 949 Fout); in cs47l24_set_fll()
|
D | wm8998.c | 1259 int source, unsigned int Fref, unsigned int Fout) in wm8998_set_fll() argument 1265 return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout); in wm8998_set_fll() 1267 return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout); in wm8998_set_fll() 1270 Fout); in wm8998_set_fll() 1273 Fout); in wm8998_set_fll()
|
D | wm5102.c | 1751 int source, unsigned int Fref, unsigned int Fout) in wm5102_set_fll() argument 1757 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll() 1759 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll() 1762 Fout); in wm5102_set_fll() 1765 Fout); in wm5102_set_fll()
|
D | wm5110.c | 2051 int source, unsigned int Fref, unsigned int Fout) in wm5110_set_fll() argument 2057 return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout); in wm5110_set_fll() 2059 return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout); in wm5110_set_fll() 2062 Fout); in wm5110_set_fll() 2065 Fout); in wm5110_set_fll()
|
/Linux-v6.1/drivers/video/fbdev/ |
D | sstfb.c | 1151 int Fout; in sst_init() local 1201 sst_calc_pll(gfx_clock, &Fout, &gfx_timings); in sst_init() 1249 int Fout; in sst_shutdown() local 1260 sst_calc_pll(20000, &Fout, &gfx_timings); in sst_shutdown()
|