Home
last modified time | relevance | path

Searched refs:Fout (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dwm9081.c468 unsigned int Fout) in fll_factors() argument
488 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
495 target = Fout * 2; in fll_factors()
501 Fout); in fll_factors()
551 unsigned int Fref, unsigned int Fout) in wm9081_set_fll() argument
560 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout) in wm9081_set_fll()
564 if (Fout == 0) { in wm9081_set_fll()
572 ret = fll_factors(&fll_div, Fref, Fout); in wm9081_set_fll()
633 dev_dbg(codec->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in wm9081_set_fll()
636 wm9081->fll_fout = Fout; in wm9081_set_fll()
Dwm8993.c386 unsigned int Fout) in fll_factors() argument
407 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
414 target = Fout * 2; in fll_factors()
420 Fout); in fll_factors()
470 unsigned int Fref, unsigned int Fout) in _wm8993_set_fll() argument
480 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout) in _wm8993_set_fll()
484 if (Fout == 0) { in _wm8993_set_fll()
496 ret = fll_factors(&fll_div, Fref, Fout); in _wm8993_set_fll()
564 dev_dbg(codec->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in _wm8993_set_fll()
567 wm8993->fll_fout = Fout; in _wm8993_set_fll()
[all …]
Darizona.c1648 unsigned int Fout) in arizona_validate_fll() argument
1652 if (fll->fout && Fout != fll->fout) { in arizona_validate_fll()
1666 if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) { in arizona_validate_fll()
1668 Fout); in arizona_validate_fll()
2009 unsigned int Fref, unsigned int Fout) in arizona_set_fll_refclk() argument
2034 unsigned int Fref, unsigned int Fout) in arizona_set_fll() argument
2039 fll->sync_freq == Fref && fll->fout == Fout) in arizona_set_fll()
2042 if (Fout) { in arizona_set_fll()
2044 ret = arizona_validate_fll(fll, fll->ref_freq, Fout); in arizona_set_fll()
2049 ret = arizona_validate_fll(fll, Fref, Fout); in arizona_set_fll()
[all …]
Dwm8904.c1596 unsigned int Fout) in fll_factors() argument
1617 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1624 while (Fout * div < 90000000) { in fll_factors()
1628 Fout); in fll_factors()
1632 target = Fout * div; in fll_factors()
1679 unsigned int Fref, unsigned int Fout) in wm8904_set_fll() argument
1689 Fout == wm8904->fll_fout) in wm8904_set_fll()
1694 if (Fout == 0) { in wm8904_set_fll()
1715 ret = fll_factors(&fll_div, Fref, Fout); in wm8904_set_fll()
1723 Fout = 12000000; in wm8904_set_fll()
[all …]
Dwm8900.c689 unsigned int Fout) in fll_factors() argument
695 if (WARN_ON(!Fout)) in fll_factors()
700 target = Fout; in fll_factors()
709 " Fout=%u\n", target, Fref, Fout); in fll_factors()
713 div, Fref, Fout, target); in fll_factors()
747 if (WARN_ON(target != Fout * (fll_div->fllclk_div << 2)) || in fll_factors()
Dwm2200.c1861 unsigned int Fout) in fll_factors() argument
1882 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1889 while (Fout * div < 90000000) { in fll_factors()
1893 Fout); in fll_factors()
1897 target = Fout * div; in fll_factors()
1938 unsigned int Fref, unsigned int Fout) in wm2200_set_fll() argument
1946 if (!Fout) { in wm2200_set_fll()
1968 ret = fll_factors(&factors, Fref, Fout); in wm2200_set_fll()
2052 wm2200->fll_fout = Fout; in wm2200_set_fll()
2054 dev_dbg(codec->dev, "FLL running %dHz->%dHz\n", Fref, Fout); in wm2200_set_fll()
Dwm8400.c873 unsigned int Fref, unsigned int Fout) in fll_factors() argument
879 while (Fout * factors->outdiv < 90000000 || in fll_factors()
880 Fout * factors->outdiv > 100000000) { in fll_factors()
885 Fout); in fll_factors()
889 target = Fout * factors->outdiv; in fll_factors()
934 Fref, Fout, in fll_factors()
Darizona.h250 unsigned int Fref, unsigned int Fout);
252 unsigned int Fref, unsigned int Fout);
Dwm8997.c927 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()
Dwm8962.c2743 unsigned int Fout) in fll_factors() argument
2764 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
2771 while (Fout * div < 90000000) { in fll_factors()
2775 Fout); in fll_factors()
2779 target = Fout * div; in fll_factors()
2820 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() argument
2830 Fout == wm8962->fll_fout) in wm8962_set_fll()
2833 if (Fout == 0) { in wm8962_set_fll()
2847 ret = fll_factors(&fll_div, Fref, Fout); in wm8962_set_fll()
2902 dev_dbg(codec->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8962_set_fll()
[all …]
Dwm8996.c1920 unsigned int Fout) in fll_factors() argument
1941 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1958 while (Fout * div < 90000000) { in fll_factors()
1962 Fout); in fll_factors()
1966 target = Fout * div; in fll_factors()
2007 unsigned int Fref, unsigned int Fout) in wm8996_set_fll() argument
2017 Fout == wm8996->fll_fout) in wm8996_set_fll()
2020 if (Fout == 0) { in wm8996_set_fll()
2034 ret = fll_factors(&fll_div, Fref, Fout); in wm8996_set_fll()
2134 dev_dbg(codec->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8996_set_fll()
[all …]
Dwm5100.c1681 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()
Dwm8955.c147 int Fref, int Fout, struct pll_factors *pll) in wm8995_pll_factors() argument
152 dev_dbg(dev, "Fref=%u Fout=%u\n", Fref, Fout); in wm8995_pll_factors()
158 target = Fout * 4; in wm8995_pll_factors()
Dwm5102.c1677 unsigned int Fref, unsigned int Fout) in wm5102_set_fll() argument
1683 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll()
1685 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll()
1688 Fout); in wm5102_set_fll()
1691 Fout); in wm5102_set_fll()
Dwm5110.c1448 unsigned int Fref, unsigned int Fout) in wm5110_set_fll() argument
1454 return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout); in wm5110_set_fll()
1456 return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout); in wm5110_set_fll()
1459 Fout); in wm5110_set_fll()
1462 Fout); in wm5110_set_fll()
/linux-4.1.27/drivers/video/fbdev/
Dsstfb.c1149 int Fout; in sst_init() local
1199 sst_calc_pll(gfx_clock, &Fout, &gfx_timings); in sst_init()
1247 int Fout; in sst_shutdown() local
1258 sst_calc_pll(20000, &Fout, &gfx_timings); in sst_shutdown()