Home
last modified time | relevance | path

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

/Linux-v5.4/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.c1606 unsigned int Fout) in fll_factors() argument
1627 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1634 while (Fout * div < 90000000) { in fll_factors()
1638 Fout); in fll_factors()
1642 target = Fout * div; in fll_factors()
1689 unsigned int Fref, unsigned int Fout) in wm8904_set_fll() argument
1699 Fout == wm8904->fll_fout) in wm8904_set_fll()
1704 if (Fout == 0) { in wm8904_set_fll()
1725 ret = fll_factors(&fll_div, Fref, Fout); in wm8904_set_fll()
1733 Fout = 12000000; in wm8904_set_fll()
[all …]
Dwm8900.c686 unsigned int Fout) in fll_factors() argument
692 if (WARN_ON(!Fout)) in fll_factors()
697 target = Fout; in fll_factors()
706 " Fout=%u\n", target, Fref, Fout); in fll_factors()
710 div, Fref, Fout, target); in fll_factors()
744 if (WARN_ON(target != Fout * (fll_div->fllclk_div << 2)) || in fll_factors()
Dwm2200.c1858 unsigned int Fout) in fll_factors() argument
1879 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1886 while (Fout * div < 90000000) { in fll_factors()
1890 Fout); in fll_factors()
1894 target = Fout * div; in fll_factors()
1935 unsigned int Fref, unsigned int Fout) in wm2200_set_fll() argument
1943 if (!Fout) { in wm2200_set_fll()
1965 ret = fll_factors(&factors, Fref, Fout); in wm2200_set_fll()
2049 wm2200->fll_fout = Fout; in wm2200_set_fll()
2051 dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout); in wm2200_set_fll()
Dwm8400.c865 unsigned int Fref, unsigned int Fout) in fll_factors() argument
871 while (Fout * factors->outdiv < 90000000 || in fll_factors()
872 Fout * factors->outdiv > 100000000) { in fll_factors()
877 Fout); in fll_factors()
881 target = Fout * factors->outdiv; in fll_factors()
926 Fref, Fout, in fll_factors()
Darizona.c2106 unsigned int Fout) in arizona_validate_fll() argument
2110 if (fll->fout && Fout != fll->fout) { in arizona_validate_fll()
2124 if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) { in arizona_validate_fll()
2126 Fout); in arizona_validate_fll()
2555 unsigned int Fref, unsigned int Fout) in arizona_set_fll_refclk() argument
2579 unsigned int Fref, unsigned int Fout) in arizona_set_fll() argument
2584 fll->sync_freq == Fref && fll->fout == Fout) in arizona_set_fll()
2587 if (Fout) { in arizona_set_fll()
2589 ret = arizona_validate_fll(fll, fll->ref_freq, Fout); in arizona_set_fll()
2594 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.c2733 unsigned int Fout) in fll_factors() argument
2754 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
2761 while (Fout * div < 90000000) { in fll_factors()
2765 Fout); in fll_factors()
2769 target = Fout * div; in fll_factors()
2810 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() argument
2820 Fout == wm8962->fll_fout) in wm8962_set_fll()
2823 if (Fout == 0) { in wm8962_set_fll()
2837 ret = fll_factors(&fll_div, Fref, Fout); in wm8962_set_fll()
2892 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.h306 unsigned int Fref, unsigned int Fout);
308 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.c1252 int source, unsigned int Fref, unsigned int Fout) in wm8998_set_fll() argument
1258 return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout); in wm8998_set_fll()
1260 return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout); in wm8998_set_fll()
1263 Fout); in wm8998_set_fll()
1266 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.c1740 int source, unsigned int Fref, unsigned int Fout) in wm5102_set_fll() argument
1746 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll()
1748 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll()
1751 Fout); in wm5102_set_fll()
1754 Fout); in wm5102_set_fll()
Dwm5110.c2047 int source, unsigned int Fref, unsigned int Fout) in wm5110_set_fll() argument
2053 return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout); in wm5110_set_fll()
2055 return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout); in wm5110_set_fll()
2058 Fout); in wm5110_set_fll()
2061 Fout); in wm5110_set_fll()
/Linux-v5.4/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()