Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A 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()
H A 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 …]
H A Dwm8904.c1647 unsigned int Fout) in fll_factors() argument
1668 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1675 while (Fout * div < 90000000) { in fll_factors()
1679 Fout); in fll_factors()
1683 target = Fout * div; in fll_factors()
1730 unsigned int Fref, unsigned int Fout) in wm8904_set_fll() argument
1740 Fout == wm8904->fll_fout) in wm8904_set_fll()
1745 if (Fout == 0) { in wm8904_set_fll()
1766 ret = fll_factors(&fll_div, Fref, Fout); in wm8904_set_fll()
1774 Fout = 12000000; in wm8904_set_fll()
[all …]
H A 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()
H A Dwm2200.c1848 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 Dwm8400.c854 unsigned int Fref, unsigned int Fout) in fll_factors() argument
860 while (Fout * factors->outdiv < 90000000 || in fll_factors()
861 Fout * factors->outdiv > 100000000) { in fll_factors()
866 Fout); in fll_factors()
870 target = Fout * factors->outdiv; in fll_factors()
915 Fref, Fout, in fll_factors()
H A Darizona.c2105 unsigned int Fout) in arizona_validate_fll() argument
2109 if (fll->fout && Fout != fll->fout) { in arizona_validate_fll()
2123 if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) { in arizona_validate_fll()
2125 Fout); in arizona_validate_fll()
2554 unsigned int Fref, unsigned int Fout) in arizona_set_fll_refclk() argument
2578 unsigned int Fref, unsigned int Fout) in arizona_set_fll() argument
2583 fll->sync_freq == Fref && fll->fout == Fout) in arizona_set_fll()
2586 if (Fout) { in arizona_set_fll()
2588 ret = arizona_validate_fll(fll, fll->ref_freq, Fout); in arizona_set_fll()
2593 ret = arizona_validate_fll(fll, Fref, Fout); in arizona_set_fll()
[all …]
H A 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()
H A 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()
H A Dwm8996.c1916 unsigned int Fout) in fll_factors() argument
1937 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
1954 while (Fout * div < 90000000) { in fll_factors()
1958 Fout); in fll_factors()
1962 target = Fout * div; in fll_factors()
2003 unsigned int Fref, unsigned int Fout) in wm8996_set_fll() argument
2013 Fout == wm8996->fll_fout) in wm8996_set_fll()
2016 if (Fout == 0) { in wm8996_set_fll()
2030 ret = fll_factors(&fll_div, Fref, Fout); in wm8996_set_fll()
2130 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout); in wm8996_set_fll()
[all …]
H A Dwm8962.c2844 unsigned int Fout) in fll_factors()
2865 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
2872 while (Fout * div < 90000000) { in fll_factors()
2875 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n", in fll_factors()
2876 Fout); in fll_factors()
2880 target = Fout * div; in fll_factors()
2921 unsigned int Fref, unsigned int Fout) in wm8962_set_fll()
2931 Fout == wm8962->fll_fout) in wm8962_set_fll()
2934 if (Fout in wm8962_set_fll()
2816 fll_factors(struct _fll_div * fll_div,unsigned int Fref,unsigned int Fout) fll_factors() argument
2893 wm8962_set_fll(struct snd_soc_component * component,int fll_id,int source,unsigned int Fref,unsigned int Fout) wm8962_set_fll() argument
[all...]
H A Darizona.h344 unsigned int Fref, unsigned int Fout);
346 unsigned int Fref, unsigned int Fout);
H A 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()
H A 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()
H A 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()
H A 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()
H A 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/drivers/video/fbdev/
H A Dsstfb.c1153 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()