/linux/sound/soc/codecs/ |
H A 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()
|
H A 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 …]
|
H A D | wm8904.c | 1585 unsigned int Fout) in fll_factors() argument 1606 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1613 while (Fout * div < 90000000) { in fll_factors() 1617 Fout); in fll_factors() 1621 target = Fout * div; in fll_factors() 1668 unsigned int Fref, unsigned int Fout) in wm8904_set_fll() argument 1678 Fout == wm8904->fll_fout) in wm8904_set_fll() 1683 if (Fout == 0) { in wm8904_set_fll() 1704 ret = fll_factors(&fll_div, Fref, Fout); in wm8904_set_fll() 1712 Fout = 12000000; in wm8904_set_fll() [all …]
|
H A 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()
|
H A 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()
|
H A D | wm2200.c | 1848 unsigned int Fout) in fll_factors() argument 1869 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1876 while (Fout * div < 90000000) { in fll_factors() 1880 Fout); in fll_factors() 1884 target = Fout * div; in fll_factors() 1925 unsigned int Fref, unsigned int Fout) in wm2200_set_fll() argument 1933 if (!Fout) { in wm2200_set_fll() 1955 ret = fll_factors(&factors, Fref, Fout); in wm2200_set_fll() 2039 wm2200->fll_fout = Fout; in wm2200_set_fll() 2041 dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout); in wm2200_set_fll()
|
H A 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() 2595 ret = arizona_validate_fll(fll, Fref, Fout); in arizona_set_fll() 2602 fll->fout = Fout; in arizona_set_fll() [all …]
|
H A 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()
|
H A D | wm5100.c | 1681 unsigned int Fout) in fll_factors() argument 1702 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1709 while (Fout * div < 90000000) { in fll_factors() 1713 Fout); in fll_factors() 1717 target = Fout * div; in fll_factors() 1758 unsigned int Fref, unsigned int Fout) in wm5100_set_fll() argument 1783 if (!Fout) { in wm5100_set_fll() 1806 ret = fll_factors(&factors, Fref, Fout); in wm5100_set_fll() 1873 fll->fout = Fout; in wm5100_set_fll() 1876 Fref, Fout); in wm5100_set_fll()
|
H A 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 …]
|
H A D | wm8962.c | 2808 unsigned int Fout) in fll_factors() argument 2829 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 2836 while (Fout * div < 90000000) { in fll_factors() 2840 Fout); in fll_factors() 2844 target = Fout * div; in fll_factors() 2885 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() argument 2895 Fout == wm8962->fll_fout) in wm8962_set_fll() 2898 if (Fout == 0) { in wm8962_set_fll() 2912 ret = fll_factors(&fll_div, Fref, Fout); in wm8962_set_fll() 2971 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8962_set_fll() [all …]
|
H A D | arizona.h | 344 unsigned int Fref, unsigned int Fout); 346 unsigned int Fref, unsigned int Fout);
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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/drivers/video/fbdev/ |
H A D | sstfb.c | 1153 int Fout; in sst_init() local 1203 sst_calc_pll(gfx_clock, &Fout, &gfx_timings); in sst_init() 1251 int Fout; in sst_shutdown() local 1262 sst_calc_pll(20000, &Fout, &gfx_timings); in sst_shutdown()
|