Fout             1150 drivers/video/fbdev/sstfb.c 	int Fout;
Fout             1200 drivers/video/fbdev/sstfb.c 	sst_calc_pll(gfx_clock, &Fout, &gfx_timings);
Fout             1248 drivers/video/fbdev/sstfb.c 	int Fout;
Fout             1259 drivers/video/fbdev/sstfb.c 	sst_calc_pll(20000, &Fout, &gfx_timings);
Fout             2106 sound/soc/codecs/arizona.c 				unsigned int Fout)
Fout             2110 sound/soc/codecs/arizona.c 	if (fll->fout && Fout != fll->fout) {
Fout             2124 sound/soc/codecs/arizona.c 	if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) {
Fout             2126 sound/soc/codecs/arizona.c 				Fout);
Fout             2555 sound/soc/codecs/arizona.c 			   unsigned int Fref, unsigned int Fout)
Fout             2579 sound/soc/codecs/arizona.c 		    unsigned int Fref, unsigned int Fout)
Fout             2584 sound/soc/codecs/arizona.c 	    fll->sync_freq == Fref && fll->fout == Fout)
Fout             2587 sound/soc/codecs/arizona.c 	if (Fout) {
Fout             2589 sound/soc/codecs/arizona.c 			ret = arizona_validate_fll(fll, fll->ref_freq, Fout);
Fout             2594 sound/soc/codecs/arizona.c 		ret = arizona_validate_fll(fll, Fref, Fout);
Fout             2601 sound/soc/codecs/arizona.c 	fll->fout = Fout;
Fout             2603 sound/soc/codecs/arizona.c 	if (Fout)
Fout              306 sound/soc/codecs/arizona.h 			   unsigned int Fref, unsigned int Fout);
Fout              308 sound/soc/codecs/arizona.h 		    unsigned int Fref, unsigned int Fout);
Fout              935 sound/soc/codecs/cs47l24.c 			   int source, unsigned int Fref, unsigned int Fout)
Fout              941 sound/soc/codecs/cs47l24.c 		return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout);
Fout              943 sound/soc/codecs/cs47l24.c 		return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout);
Fout              946 sound/soc/codecs/cs47l24.c 					      Fout);
Fout              949 sound/soc/codecs/cs47l24.c 					      Fout);
Fout             1858 sound/soc/codecs/wm2200.c 		       unsigned int Fout)
Fout             1879 sound/soc/codecs/wm2200.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fout             1886 sound/soc/codecs/wm2200.c 	while (Fout * div < 90000000) {
Fout             1890 sound/soc/codecs/wm2200.c 			       Fout);
Fout             1894 sound/soc/codecs/wm2200.c 	target = Fout * div;
Fout             1935 sound/soc/codecs/wm2200.c 			  unsigned int Fref, unsigned int Fout)
Fout             1943 sound/soc/codecs/wm2200.c 	if (!Fout) {
Fout             1965 sound/soc/codecs/wm2200.c 	ret = fll_factors(&factors, Fref, Fout);
Fout             2049 sound/soc/codecs/wm2200.c 	wm2200->fll_fout = Fout;
Fout             2051 sound/soc/codecs/wm2200.c 	dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout);
Fout             1678 sound/soc/codecs/wm5100.c 		       unsigned int Fout)
Fout             1699 sound/soc/codecs/wm5100.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fout             1706 sound/soc/codecs/wm5100.c 	while (Fout * div < 90000000) {
Fout             1710 sound/soc/codecs/wm5100.c 			       Fout);
Fout             1714 sound/soc/codecs/wm5100.c 	target = Fout * div;
Fout             1755 sound/soc/codecs/wm5100.c 			  unsigned int Fref, unsigned int Fout)
Fout             1780 sound/soc/codecs/wm5100.c 	if (!Fout) {
Fout             1803 sound/soc/codecs/wm5100.c 	ret = fll_factors(&factors, Fref, Fout);
Fout             1870 sound/soc/codecs/wm5100.c 	fll->fout = Fout;
Fout             1873 sound/soc/codecs/wm5100.c 		Fref, Fout);
Fout             1740 sound/soc/codecs/wm5102.c 			  int source, unsigned int Fref, unsigned int Fout)
Fout             1746 sound/soc/codecs/wm5102.c 		return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout);
Fout             1748 sound/soc/codecs/wm5102.c 		return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout);
Fout             1751 sound/soc/codecs/wm5102.c 					      Fout);
Fout             1754 sound/soc/codecs/wm5102.c 					      Fout);
Fout             2047 sound/soc/codecs/wm5110.c 			  int source, unsigned int Fref, unsigned int Fout)
Fout             2053 sound/soc/codecs/wm5110.c 		return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout);
Fout             2055 sound/soc/codecs/wm5110.c 		return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout);
Fout             2058 sound/soc/codecs/wm5110.c 					      Fout);
Fout             2061 sound/soc/codecs/wm5110.c 					      Fout);
Fout              865 sound/soc/codecs/wm8400.c 		       unsigned int Fref, unsigned int Fout)
Fout              871 sound/soc/codecs/wm8400.c 	while (Fout * factors->outdiv <  90000000 ||
Fout              872 sound/soc/codecs/wm8400.c 	       Fout * factors->outdiv > 100000000) {
Fout              877 sound/soc/codecs/wm8400.c 				Fout);
Fout              881 sound/soc/codecs/wm8400.c 	target = Fout * factors->outdiv;
Fout              926 sound/soc/codecs/wm8400.c 		Fref, Fout,
Fout              686 sound/soc/codecs/wm8900.c 		       unsigned int Fout)
Fout              692 sound/soc/codecs/wm8900.c 	if (WARN_ON(!Fout))
Fout              697 sound/soc/codecs/wm8900.c 	target = Fout;
Fout              706 sound/soc/codecs/wm8900.c 		       " Fout=%u\n", target, Fref, Fout);
Fout              710 sound/soc/codecs/wm8900.c 		       div, Fref, Fout, target);
Fout              744 sound/soc/codecs/wm8900.c 	if (WARN_ON(target != Fout * (fll_div->fllclk_div << 2)) ||
Fout             1606 sound/soc/codecs/wm8904.c 		       unsigned int Fout)
Fout             1627 sound/soc/codecs/wm8904.c 	pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
Fout             1634 sound/soc/codecs/wm8904.c 	while (Fout * div < 90000000) {
Fout             1638 sound/soc/codecs/wm8904.c 			       Fout);
Fout             1642 sound/soc/codecs/wm8904.c 	target = Fout * div;
Fout             1689 sound/soc/codecs/wm8904.c 			  unsigned int Fref, unsigned int Fout)
Fout             1699 sound/soc/codecs/wm8904.c 	    Fout == wm8904->fll_fout)
Fout             1704 sound/soc/codecs/wm8904.c 	if (Fout == 0) {
Fout             1725 sound/soc/codecs/wm8904.c 		ret = fll_factors(&fll_div, Fref, Fout);
Fout             1733 sound/soc/codecs/wm8904.c 		Fout = 12000000;
Fout             1807 sound/soc/codecs/wm8904.c 	dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
Fout             1810 sound/soc/codecs/wm8904.c 	wm8904->fll_fout = Fout;
Fout              144 sound/soc/codecs/wm8955.c 			      int Fref, int Fout, struct pll_factors *pll)
Fout              149 sound/soc/codecs/wm8955.c 	dev_dbg(dev, "Fref=%u Fout=%u\n", Fref, Fout);
Fout              155 sound/soc/codecs/wm8955.c 	target = Fout * 4;
Fout             2733 sound/soc/codecs/wm8962.c 		       unsigned int Fout)
Fout             2754 sound/soc/codecs/wm8962.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fout             2761 sound/soc/codecs/wm8962.c 	while (Fout * div < 90000000) {
Fout             2765 sound/soc/codecs/wm8962.c 			       Fout);
Fout             2769 sound/soc/codecs/wm8962.c 	target = Fout * div;
Fout             2810 sound/soc/codecs/wm8962.c 			  unsigned int Fref, unsigned int Fout)
Fout             2820 sound/soc/codecs/wm8962.c 	    Fout == wm8962->fll_fout)
Fout             2823 sound/soc/codecs/wm8962.c 	if (Fout == 0) {
Fout             2837 sound/soc/codecs/wm8962.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fout             2892 sound/soc/codecs/wm8962.c 	dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
Fout             2914 sound/soc/codecs/wm8962.c 	wm8962->fll_fout = Fout;
Fout              383 sound/soc/codecs/wm8993.c 		       unsigned int Fout)
Fout              404 sound/soc/codecs/wm8993.c 	pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
Fout              411 sound/soc/codecs/wm8993.c 	target = Fout * 2;
Fout              417 sound/soc/codecs/wm8993.c 			       Fout);
Fout              467 sound/soc/codecs/wm8993.c 			  unsigned int Fref, unsigned int Fout)
Fout              477 sound/soc/codecs/wm8993.c 	if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout)
Fout              481 sound/soc/codecs/wm8993.c 	if (Fout == 0) {
Fout              493 sound/soc/codecs/wm8993.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fout              561 sound/soc/codecs/wm8993.c 	dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout);
Fout              564 sound/soc/codecs/wm8993.c 	wm8993->fll_fout = Fout;
Fout              571 sound/soc/codecs/wm8993.c 			  unsigned int Fref, unsigned int Fout)
Fout              573 sound/soc/codecs/wm8993.c 	return _wm8993_set_fll(dai->component, fll_id, source, Fref, Fout);
Fout             1915 sound/soc/codecs/wm8996.c 		       unsigned int Fout)
Fout             1936 sound/soc/codecs/wm8996.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fout             1953 sound/soc/codecs/wm8996.c 	while (Fout * div < 90000000) {
Fout             1957 sound/soc/codecs/wm8996.c 			       Fout);
Fout             1961 sound/soc/codecs/wm8996.c 	target = Fout * div;
Fout             2002 sound/soc/codecs/wm8996.c 			  unsigned int Fref, unsigned int Fout)
Fout             2012 sound/soc/codecs/wm8996.c 	    Fout == wm8996->fll_fout)
Fout             2015 sound/soc/codecs/wm8996.c 	if (Fout == 0) {
Fout             2029 sound/soc/codecs/wm8996.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fout             2129 sound/soc/codecs/wm8996.c 	dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
Fout             2132 sound/soc/codecs/wm8996.c 	wm8996->fll_fout = Fout;
Fout              927 sound/soc/codecs/wm8997.c 			  int source, unsigned int Fref, unsigned int Fout)
Fout              933 sound/soc/codecs/wm8997.c 		return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout);
Fout              935 sound/soc/codecs/wm8997.c 		return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout);
Fout              938 sound/soc/codecs/wm8997.c 					      Fout);
Fout              941 sound/soc/codecs/wm8997.c 					      Fout);
Fout             1252 sound/soc/codecs/wm8998.c 			  int source, unsigned int Fref, unsigned int Fout)
Fout             1258 sound/soc/codecs/wm8998.c 		return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout);
Fout             1260 sound/soc/codecs/wm8998.c 		return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout);
Fout             1263 sound/soc/codecs/wm8998.c 					      Fout);
Fout             1266 sound/soc/codecs/wm8998.c 					      Fout);
Fout              463 sound/soc/codecs/wm9081.c 		       unsigned int Fout)
Fout              483 sound/soc/codecs/wm9081.c 	pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
Fout              490 sound/soc/codecs/wm9081.c 	target = Fout * 2;
Fout              496 sound/soc/codecs/wm9081.c 			       Fout);
Fout              546 sound/soc/codecs/wm9081.c 			  unsigned int Fref, unsigned int Fout)
Fout              555 sound/soc/codecs/wm9081.c 	if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout)
Fout              559 sound/soc/codecs/wm9081.c 	if (Fout == 0) {
Fout              567 sound/soc/codecs/wm9081.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fout              628 sound/soc/codecs/wm9081.c 	dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout);
Fout              631 sound/soc/codecs/wm9081.c 	wm9081->fll_fout = Fout;