Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm9081.c467 unsigned int Fout) in fll_factors() argument
487 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
494 target = Fout * 2; in fll_factors()
500 Fout); in fll_factors()
550 unsigned int Fref, unsigned int Fout) in wm9081_set_fll() argument
559 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout) in wm9081_set_fll()
563 if (Fout == 0) { in wm9081_set_fll()
571 ret = fll_factors(&fll_div, Fref, Fout); in wm9081_set_fll()
632 dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in wm9081_set_fll()
635 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(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in _wm8993_set_fll()
567 wm8993->fll_fout = Fout; in _wm8993_set_fll()
[all …]
Dwm8904.c1597 unsigned int Fout) in fll_factors() argument
1618 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1625 while (Fout * div < 90000000) { in fll_factors()
1629 Fout); in fll_factors()
1633 target = Fout * div; in fll_factors()
1680 unsigned int Fref, unsigned int Fout) in wm8904_set_fll() argument
1690 Fout == wm8904->fll_fout) in wm8904_set_fll()
1695 if (Fout == 0) { in wm8904_set_fll()
1716 ret = fll_factors(&fll_div, Fref, Fout); in wm8904_set_fll()
1724 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(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout); in wm2200_set_fll()
Dwm8400.c870 unsigned int Fref, unsigned int Fout) in fll_factors() argument
876 while (Fout * factors->outdiv < 90000000 || in fll_factors()
877 Fout * factors->outdiv > 100000000) { in fll_factors()
882 Fout); in fll_factors()
886 target = Fout * factors->outdiv; in fll_factors()
931 Fref, Fout, in fll_factors()
Darizona.c2109 unsigned int Fout) in arizona_validate_fll() argument
2113 if (fll->fout && Fout != fll->fout) { in arizona_validate_fll()
2127 if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) { in arizona_validate_fll()
2129 Fout); in arizona_validate_fll()
2558 unsigned int Fref, unsigned int Fout) in arizona_set_fll_refclk() argument
2582 unsigned int Fref, unsigned int Fout) in arizona_set_fll() argument
2587 fll->sync_freq == Fref && fll->fout == Fout) in arizona_set_fll()
2590 if (Fout) { in arizona_set_fll()
2592 ret = arizona_validate_fll(fll, fll->ref_freq, Fout); in arizona_set_fll()
2597 ret = arizona_validate_fll(fll, Fref, Fout); in arizona_set_fll()
[all …]
Dwm8997.c930 int source, unsigned int Fref, unsigned int Fout) in wm8997_set_fll() argument
936 return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout); in wm8997_set_fll()
938 return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout); in wm8997_set_fll()
941 Fout); in wm8997_set_fll()
944 Fout); in wm8997_set_fll()
Dwm8996.c1919 unsigned int Fout) in fll_factors() argument
1940 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1957 while (Fout * div < 90000000) { in fll_factors()
1961 Fout); in fll_factors()
1965 target = Fout * div; in fll_factors()
2006 unsigned int Fref, unsigned int Fout) in wm8996_set_fll() argument
2016 Fout == wm8996->fll_fout) in wm8996_set_fll()
2019 if (Fout == 0) { in wm8996_set_fll()
2033 ret = fll_factors(&fll_div, Fref, Fout); in wm8996_set_fll()
2133 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8996_set_fll()
[all …]
Dwm8962.c2737 unsigned int Fout) in fll_factors() argument
2758 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
2765 while (Fout * div < 90000000) { in fll_factors()
2769 Fout); in fll_factors()
2773 target = Fout * div; in fll_factors()
2814 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() argument
2824 Fout == wm8962->fll_fout) in wm8962_set_fll()
2827 if (Fout == 0) { in wm8962_set_fll()
2841 ret = fll_factors(&fll_div, Fref, Fout); in wm8962_set_fll()
2896 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8962_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()
Darizona.h309 unsigned int Fref, unsigned int Fout);
311 unsigned int Fref, unsigned int Fout);
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()
Dcs47l24.c936 int source, unsigned int Fref, unsigned int Fout) in cs47l24_set_fll() argument
942 return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout); in cs47l24_set_fll()
944 return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout); in cs47l24_set_fll()
947 Fout); in cs47l24_set_fll()
950 Fout); in cs47l24_set_fll()
Dwm8998.c1255 int source, unsigned int Fref, unsigned int Fout) in wm8998_set_fll() argument
1261 return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout); in wm8998_set_fll()
1263 return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout); in wm8998_set_fll()
1266 Fout); in wm8998_set_fll()
1269 Fout); in wm8998_set_fll()
Dwm5102.c1741 int source, unsigned int Fref, unsigned int Fout) in wm5102_set_fll() argument
1747 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll()
1749 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll()
1752 Fout); in wm5102_set_fll()
1755 Fout); in wm5102_set_fll()
Dwm5110.c2048 int source, unsigned int Fref, unsigned int Fout) in wm5110_set_fll() argument
2054 return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout); in wm5110_set_fll()
2056 return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout); in wm5110_set_fll()
2059 Fout); in wm5110_set_fll()
2062 Fout); in wm5110_set_fll()
/Linux-v4.19/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()