Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dwm9081.c463 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()
Dwm8993.c383 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 …]
Dwm8904.c1578 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 …]
Dwm8900.c680 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()
Dwm8400.c853 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()
Dwm2200.c1850 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()
Darizona.c2107 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 …]
Dwm8997.c927 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()
Dwm8962.c2750 unsigned int Fout) in fll_factors() argument
2771 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
2778 while (Fout * div < 90000000) { in fll_factors()
2782 Fout); in fll_factors()
2786 target = Fout * div; in fll_factors()
2827 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() argument
2837 Fout == wm8962->fll_fout) in wm8962_set_fll()
2840 if (Fout == 0) { in wm8962_set_fll()
2854 ret = fll_factors(&fll_div, Fref, Fout); in wm8962_set_fll()
2909 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8962_set_fll()
[all …]
Dwm8996.c1915 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 …]
Dwm5100.c1678 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()
Darizona.h344 unsigned int Fref, unsigned int Fout);
346 unsigned int Fref, unsigned int Fout);
Dwm8955.c144 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()
Dwm8998.c1259 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()
Dcs47l24.c935 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()
Dwm5102.c1751 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()
Dwm5110.c2051 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-5.19.10/drivers/video/fbdev/
Dsstfb.c1150 int Fout; in sst_init() local
1200 sst_calc_pll(gfx_clock, &Fout, &gfx_timings); in sst_init()
1248 int Fout; in sst_shutdown() local
1259 sst_calc_pll(20000, &Fout, &gfx_timings); in sst_shutdown()