Fref             2108 drivers/media/tuners/mxl5005s.c 	u32	Fref = 0 ;
Fref             2123 drivers/media/tuners/mxl5005s.c 			Fref = 328000000UL ;
Fref             2128 drivers/media/tuners/mxl5005s.c 			Fref = 376000000UL ;
Fref             2133 drivers/media/tuners/mxl5005s.c 			Fref = 324000000UL ;
Fref             2138 drivers/media/tuners/mxl5005s.c 			Fref = 360000000UL ;
Fref             2143 drivers/media/tuners/mxl5005s.c 			Fref = 314000000UL ;
Fref             2148 drivers/media/tuners/mxl5005s.c 			Fref = 317200000UL ;
Fref             2153 drivers/media/tuners/mxl5005s.c 			Fref = 321200000UL ;
Fref             2158 drivers/media/tuners/mxl5005s.c 			Fref = 325200000UL ;
Fref             2166 drivers/media/tuners/mxl5005s.c 			Fref = 342000000UL ;
Fref             2171 drivers/media/tuners/mxl5005s.c 			Fref = 352000000UL ;
Fref             2176 drivers/media/tuners/mxl5005s.c 			Fref = 350000000UL ;
Fref             2181 drivers/media/tuners/mxl5005s.c 			Fref = 366500000UL ;
Fref             2186 drivers/media/tuners/mxl5005s.c 			Fref = 361500000UL ;
Fref             2191 drivers/media/tuners/mxl5005s.c 			Fref = 360000000UL ;
Fref             2196 drivers/media/tuners/mxl5005s.c 			Fref = 352500000UL ;
Fref             2201 drivers/media/tuners/mxl5005s.c 			Fref = 347500000UL ;
Fref             2206 drivers/media/tuners/mxl5005s.c 			Fref = 376800000UL ;
Fref             2211 drivers/media/tuners/mxl5005s.c 			Fref = 360000000UL ;
Fref             2216 drivers/media/tuners/mxl5005s.c 			Fref = 360000000UL ;
Fref             2221 drivers/media/tuners/mxl5005s.c 			Fref = 365600000UL ;
Fref             2226 drivers/media/tuners/mxl5005s.c 			Fref = 360000000UL ;
Fref             2231 drivers/media/tuners/mxl5005s.c 			Fref = 344400000UL ;
Fref             2236 drivers/media/tuners/mxl5005s.c 			Fref = 355200000UL ;
Fref             2241 drivers/media/tuners/mxl5005s.c 			Fref = 353200000UL ;
Fref             2246 drivers/media/tuners/mxl5005s.c 			Fref = 370500000UL ;
Fref             2251 drivers/media/tuners/mxl5005s.c 			Fref = 365500000UL ;
Fref             2256 drivers/media/tuners/mxl5005s.c 			Fref = 361250000UL ;
Fref             2261 drivers/media/tuners/mxl5005s.c 			Fref = 360000000UL ;
Fref             2266 drivers/media/tuners/mxl5005s.c 			Fref = 324000000UL ;
Fref             2271 drivers/media/tuners/mxl5005s.c 			Fref = 322800000UL ;
Fref             2276 drivers/media/tuners/mxl5005s.c 			Fref = 374400000UL ;
Fref             2281 drivers/media/tuners/mxl5005s.c 			Fref = 352800000UL ;
Fref             2286 drivers/media/tuners/mxl5005s.c 			Fref = 352000000UL ;
Fref             2291 drivers/media/tuners/mxl5005s.c 			Fref = 365670000UL ;
Fref             2296 drivers/media/tuners/mxl5005s.c 	intModVal = Fref / (state->Fxtal * Kdbl/2);
Fref             2299 drivers/media/tuners/mxl5005s.c 	fracModVal = (2<<15)*(Fref/1000 - (state->Fxtal/1000 * Kdbl/2) *
Fref               46 drivers/video/fbdev/asiliantfb.c static const unsigned Fref = 14318180;
Fref              132 drivers/video/fbdev/asiliantfb.c 	ratio = Ftarget / Fref;
Fref              133 drivers/video/fbdev/asiliantfb.c 	remainder = Ftarget % Fref;
Fref              138 drivers/video/fbdev/asiliantfb.c 		unsigned m = n * ratio + (n * remainder) / Fref;
Fref              142 drivers/video/fbdev/asiliantfb.c 			unsigned new_error = Ftarget * n >= Fref * m ?
Fref              143 drivers/video/fbdev/asiliantfb.c 					       ((Ftarget * n) - (Fref * m)) : ((Fref * m) - (Ftarget * n));
Fref              154 drivers/video/fbdev/asiliantfb.c 			unsigned new_error = Ftarget * n >= Fref * (m & ~3) ?
Fref              155 drivers/video/fbdev/asiliantfb.c 					       ((Ftarget * n) - (Fref * (m & ~3))) : ((Fref * (m & ~3)) - (Ftarget * n));
Fref             2105 sound/soc/codecs/arizona.c 				unsigned int Fref,
Fref             2116 sound/soc/codecs/arizona.c 	if (Fref / ARIZONA_FLL_MAX_REFDIV > ARIZONA_FLL_MAX_FREF) {
Fref             2119 sound/soc/codecs/arizona.c 				Fref);
Fref             2133 sound/soc/codecs/arizona.c static int arizona_find_fratio(unsigned int Fref, int *fratio)
Fref             2139 sound/soc/codecs/arizona.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref             2152 sound/soc/codecs/arizona.c 			       unsigned int Fref, bool sync)
Fref             2160 sound/soc/codecs/arizona.c 	while (Fref > ARIZONA_FLL_MAX_FREF) {
Fref             2162 sound/soc/codecs/arizona.c 		Fref /= 2;
Fref             2170 sound/soc/codecs/arizona.c 	init_ratio = arizona_find_fratio(Fref, &cfg->fratio);
Fref             2173 sound/soc/codecs/arizona.c 				Fref);
Fref             2198 sound/soc/codecs/arizona.c 			init_ratio, Fref, refdiv);
Fref             2205 sound/soc/codecs/arizona.c 			if (target % (ratio * Fref)) {
Fref             2210 sound/soc/codecs/arizona.c 					Fref, refdiv, div, ratio);
Fref             2218 sound/soc/codecs/arizona.c 			    (fll->vco_mult * ratio) < Fref) {
Fref             2223 sound/soc/codecs/arizona.c 			if (Fref > pseudo_fref_max[ratio - 1]) {
Fref             2231 sound/soc/codecs/arizona.c 			if (target % (ratio * Fref)) {
Fref             2236 sound/soc/codecs/arizona.c 					Fref, refdiv, div, ratio);
Fref             2242 sound/soc/codecs/arizona.c 		Fref /= 2;
Fref             2244 sound/soc/codecs/arizona.c 		init_ratio = arizona_find_fratio(Fref, NULL);
Fref             2247 sound/soc/codecs/arizona.c 				Fref, refdiv, div, init_ratio);
Fref             2256 sound/soc/codecs/arizona.c 			    unsigned int Fref, bool sync)
Fref             2261 sound/soc/codecs/arizona.c 	arizona_fll_dbg(fll, "Fref=%u Fout=%u\n", Fref, fll->fout);
Fref             2276 sound/soc/codecs/arizona.c 	ratio = arizona_calc_fratio(fll, cfg, target, Fref, sync);
Fref             2281 sound/soc/codecs/arizona.c 	Fref = Fref / (1 << cfg->refdiv);
Fref             2283 sound/soc/codecs/arizona.c 	cfg->n = target / (ratio * Fref);
Fref             2285 sound/soc/codecs/arizona.c 	if (target % (ratio * Fref)) {
Fref             2286 sound/soc/codecs/arizona.c 		gcd_fll = gcd(target, ratio * Fref);
Fref             2289 sound/soc/codecs/arizona.c 		cfg->theta = (target - (cfg->n * ratio * Fref))
Fref             2291 sound/soc/codecs/arizona.c 		cfg->lambda = (ratio * Fref) / gcd_fll;
Fref             2307 sound/soc/codecs/arizona.c 		if (fll_gains[i].min <= Fref && Fref <= fll_gains[i].max) {
Fref             2314 sound/soc/codecs/arizona.c 				Fref);
Fref             2555 sound/soc/codecs/arizona.c 			   unsigned int Fref, unsigned int Fout)
Fref             2559 sound/soc/codecs/arizona.c 	if (fll->ref_src == source && fll->ref_freq == Fref)
Fref             2562 sound/soc/codecs/arizona.c 	if (fll->fout && Fref > 0) {
Fref             2563 sound/soc/codecs/arizona.c 		ret = arizona_validate_fll(fll, Fref, fll->fout);
Fref             2569 sound/soc/codecs/arizona.c 	fll->ref_freq = Fref;
Fref             2571 sound/soc/codecs/arizona.c 	if (fll->fout && Fref > 0)
Fref             2579 sound/soc/codecs/arizona.c 		    unsigned int Fref, unsigned int Fout)
Fref             2584 sound/soc/codecs/arizona.c 	    fll->sync_freq == Fref && fll->fout == Fout)
Fref             2594 sound/soc/codecs/arizona.c 		ret = arizona_validate_fll(fll, Fref, Fout);
Fref             2600 sound/soc/codecs/arizona.c 	fll->sync_freq = Fref;
Fref              306 sound/soc/codecs/arizona.h 			   unsigned int Fref, unsigned int Fout);
Fref              308 sound/soc/codecs/arizona.h 		    unsigned int Fref, unsigned int Fout);
Fref              935 sound/soc/codecs/cs47l24.c 			   int source, unsigned int Fref, unsigned int Fout)
Fref              941 sound/soc/codecs/cs47l24.c 		return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout);
Fref              943 sound/soc/codecs/cs47l24.c 		return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout);
Fref              945 sound/soc/codecs/cs47l24.c 		return arizona_set_fll_refclk(&cs47l24->fll[0], source, Fref,
Fref              948 sound/soc/codecs/cs47l24.c 		return arizona_set_fll_refclk(&cs47l24->fll[1], source, Fref,
Fref             1857 sound/soc/codecs/wm2200.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref             1868 sound/soc/codecs/wm2200.c 	while ((Fref / div) > 13500000) {
Fref             1874 sound/soc/codecs/wm2200.c 			       Fref);
Fref             1879 sound/soc/codecs/wm2200.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fref             1882 sound/soc/codecs/wm2200.c 	Fref /= div;
Fref             1901 sound/soc/codecs/wm2200.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref             1908 sound/soc/codecs/wm2200.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref             1912 sound/soc/codecs/wm2200.c 	fll_div->n = target / (fratio * Fref);
Fref             1914 sound/soc/codecs/wm2200.c 	if (target % Fref == 0) {
Fref             1918 sound/soc/codecs/wm2200.c 		gcd_fll = gcd(target, fratio * Fref);
Fref             1920 sound/soc/codecs/wm2200.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
Fref             1922 sound/soc/codecs/wm2200.c 		fll_div->lambda = (fratio * Fref) / gcd_fll;
Fref             1935 sound/soc/codecs/wm2200.c 			  unsigned int Fref, unsigned int Fout)
Fref             1965 sound/soc/codecs/wm2200.c 	ret = fll_factors(&factors, Fref, Fout);
Fref             2048 sound/soc/codecs/wm2200.c 	wm2200->fll_fref = Fref;
Fref             2051 sound/soc/codecs/wm2200.c 	dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout);
Fref             1677 sound/soc/codecs/wm5100.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref             1688 sound/soc/codecs/wm5100.c 	while ((Fref / div) > 13500000) {
Fref             1694 sound/soc/codecs/wm5100.c 			       Fref);
Fref             1699 sound/soc/codecs/wm5100.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fref             1702 sound/soc/codecs/wm5100.c 	Fref /= div;
Fref             1721 sound/soc/codecs/wm5100.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref             1728 sound/soc/codecs/wm5100.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref             1732 sound/soc/codecs/wm5100.c 	fll_div->n = target / (fratio * Fref);
Fref             1734 sound/soc/codecs/wm5100.c 	if (target % Fref == 0) {
Fref             1738 sound/soc/codecs/wm5100.c 		gcd_fll = gcd(target, fratio * Fref);
Fref             1740 sound/soc/codecs/wm5100.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
Fref             1742 sound/soc/codecs/wm5100.c 		fll_div->lambda = (fratio * Fref) / gcd_fll;
Fref             1755 sound/soc/codecs/wm5100.c 			  unsigned int Fref, unsigned int Fout)
Fref             1803 sound/soc/codecs/wm5100.c 	ret = fll_factors(&factors, Fref, Fout);
Fref             1869 sound/soc/codecs/wm5100.c 	fll->fref = Fref;
Fref             1873 sound/soc/codecs/wm5100.c 		Fref, Fout);
Fref             1740 sound/soc/codecs/wm5102.c 			  int source, unsigned int Fref, unsigned int Fout)
Fref             1746 sound/soc/codecs/wm5102.c 		return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout);
Fref             1748 sound/soc/codecs/wm5102.c 		return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout);
Fref             1750 sound/soc/codecs/wm5102.c 		return arizona_set_fll_refclk(&wm5102->fll[0], source, Fref,
Fref             1753 sound/soc/codecs/wm5102.c 		return arizona_set_fll_refclk(&wm5102->fll[1], source, Fref,
Fref             2047 sound/soc/codecs/wm5110.c 			  int source, unsigned int Fref, unsigned int Fout)
Fref             2053 sound/soc/codecs/wm5110.c 		return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout);
Fref             2055 sound/soc/codecs/wm5110.c 		return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout);
Fref             2057 sound/soc/codecs/wm5110.c 		return arizona_set_fll_refclk(&wm5110->fll[0], source, Fref,
Fref             2060 sound/soc/codecs/wm5110.c 		return arizona_set_fll_refclk(&wm5110->fll[1], source, Fref,
Fref              865 sound/soc/codecs/wm8400.c 		       unsigned int Fref, unsigned int Fout)
Fref              884 sound/soc/codecs/wm8400.c 	if (Fref < 48000)
Fref              889 sound/soc/codecs/wm8400.c 	if (Fref < 1000000)
Fref              896 sound/soc/codecs/wm8400.c 		if (Fref < 1000000)
Fref              907 sound/soc/codecs/wm8400.c 		factors->n = target / (Fref * factors->fratio);
Fref              908 sound/soc/codecs/wm8400.c 		Nmod = target % (Fref * factors->fratio);
Fref              914 sound/soc/codecs/wm8400.c 	do_div(Kpart, (Fref * factors->fratio));
Fref              926 sound/soc/codecs/wm8400.c 		Fref, Fout,
Fref              685 sound/soc/codecs/wm8900.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref              706 sound/soc/codecs/wm8900.c 		       " Fout=%u\n", target, Fref, Fout);
Fref              710 sound/soc/codecs/wm8900.c 		       div, Fref, Fout, target);
Fref              716 sound/soc/codecs/wm8900.c 	if (Fref < 48000)
Fref              721 sound/soc/codecs/wm8900.c 	Ndiv = target / Fref;
Fref              723 sound/soc/codecs/wm8900.c 	if (Fref < 1000000)
Fref              729 sound/soc/codecs/wm8900.c 	Nmod = (target / fll_div->fll_ratio) % Fref;
Fref              734 sound/soc/codecs/wm8900.c 	do_div(Kpart, Fref);
Fref              745 sound/soc/codecs/wm8900.c 	    WARN_ON(!K && target != Fref * fll_div->fll_ratio * fll_div->n))
Fref             1605 sound/soc/codecs/wm8904.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref             1616 sound/soc/codecs/wm8904.c 	while ((Fref / div) > 13500000) {
Fref             1622 sound/soc/codecs/wm8904.c 			       Fref);
Fref             1627 sound/soc/codecs/wm8904.c 	pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
Fref             1630 sound/soc/codecs/wm8904.c 	Fref /= div;
Fref             1649 sound/soc/codecs/wm8904.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref             1656 sound/soc/codecs/wm8904.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref             1661 sound/soc/codecs/wm8904.c 	Ndiv = target / Fref;
Fref             1664 sound/soc/codecs/wm8904.c 	Nmod = target % Fref;
Fref             1670 sound/soc/codecs/wm8904.c 	do_div(Kpart, Fref);
Fref             1689 sound/soc/codecs/wm8904.c 			  unsigned int Fref, unsigned int Fout)
Fref             1698 sound/soc/codecs/wm8904.c 	if (source == wm8904->fll_src && Fref == wm8904->fll_fref &&
Fref             1725 sound/soc/codecs/wm8904.c 		ret = fll_factors(&fll_div, Fref, Fout);
Fref             1734 sound/soc/codecs/wm8904.c 		Fref = 12000000;
Fref             1807 sound/soc/codecs/wm8904.c 	dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
Fref             1809 sound/soc/codecs/wm8904.c 	wm8904->fll_fref = Fref;
Fref              144 sound/soc/codecs/wm8955.c 			      int Fref, int Fout, struct pll_factors *pll)
Fref              149 sound/soc/codecs/wm8955.c 	dev_dbg(dev, "Fref=%u Fout=%u\n", Fref, Fout);
Fref              168 sound/soc/codecs/wm8955.c 	Ndiv = target / Fref;
Fref              171 sound/soc/codecs/wm8955.c 	Nmod = target % Fref;
Fref              177 sound/soc/codecs/wm8955.c 	do_div(Kpart, Fref);
Fref             2732 sound/soc/codecs/wm8962.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref             2743 sound/soc/codecs/wm8962.c 	while ((Fref / div) > 13500000) {
Fref             2749 sound/soc/codecs/wm8962.c 			       Fref);
Fref             2754 sound/soc/codecs/wm8962.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fref             2757 sound/soc/codecs/wm8962.c 	Fref /= div;
Fref             2776 sound/soc/codecs/wm8962.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref             2783 sound/soc/codecs/wm8962.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref             2787 sound/soc/codecs/wm8962.c 	fll_div->n = target / (fratio * Fref);
Fref             2789 sound/soc/codecs/wm8962.c 	if (target % Fref == 0) {
Fref             2793 sound/soc/codecs/wm8962.c 		gcd_fll = gcd(target, fratio * Fref);
Fref             2795 sound/soc/codecs/wm8962.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
Fref             2797 sound/soc/codecs/wm8962.c 		fll_div->lambda = (fratio * Fref) / gcd_fll;
Fref             2810 sound/soc/codecs/wm8962.c 			  unsigned int Fref, unsigned int Fout)
Fref             2819 sound/soc/codecs/wm8962.c 	if (source == wm8962->fll_src && Fref == wm8962->fll_fref &&
Fref             2837 sound/soc/codecs/wm8962.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fref             2892 sound/soc/codecs/wm8962.c 	dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
Fref             2913 sound/soc/codecs/wm8962.c 	wm8962->fll_fref = Fref;
Fref              382 sound/soc/codecs/wm8993.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref              393 sound/soc/codecs/wm8993.c 	while ((Fref / div) > 13500000) {
Fref              399 sound/soc/codecs/wm8993.c 			       Fref);
Fref              404 sound/soc/codecs/wm8993.c 	pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
Fref              407 sound/soc/codecs/wm8993.c 	Fref /= div;
Fref              427 sound/soc/codecs/wm8993.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref              434 sound/soc/codecs/wm8993.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref              439 sound/soc/codecs/wm8993.c 	Ndiv = target / Fref;
Fref              442 sound/soc/codecs/wm8993.c 	Nmod = target % Fref;
Fref              448 sound/soc/codecs/wm8993.c 	do_div(Kpart, Fref);
Fref              467 sound/soc/codecs/wm8993.c 			  unsigned int Fref, unsigned int Fout)
Fref              477 sound/soc/codecs/wm8993.c 	if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout)
Fref              493 sound/soc/codecs/wm8993.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fref              547 sound/soc/codecs/wm8993.c 	else if (Fref < 1000000)
Fref              561 sound/soc/codecs/wm8993.c 	dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout);
Fref              563 sound/soc/codecs/wm8993.c 	wm8993->fll_fref = Fref;
Fref              571 sound/soc/codecs/wm8993.c 			  unsigned int Fref, unsigned int Fout)
Fref              573 sound/soc/codecs/wm8993.c 	return _wm8993_set_fll(dai->component, fll_id, source, Fref, Fout);
Fref             1914 sound/soc/codecs/wm8996.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref             1925 sound/soc/codecs/wm8996.c 	while ((Fref / div) > 13500000) {
Fref             1931 sound/soc/codecs/wm8996.c 			       Fref);
Fref             1936 sound/soc/codecs/wm8996.c 	pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
Fref             1939 sound/soc/codecs/wm8996.c 	Fref /= div;
Fref             1941 sound/soc/codecs/wm8996.c 	if (Fref >= 3000000)
Fref             1946 sound/soc/codecs/wm8996.c 	if (Fref >= 48000)
Fref             1968 sound/soc/codecs/wm8996.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref             1975 sound/soc/codecs/wm8996.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref             1979 sound/soc/codecs/wm8996.c 	fll_div->n = target / (fratio * Fref);
Fref             1981 sound/soc/codecs/wm8996.c 	if (target % Fref == 0) {
Fref             1985 sound/soc/codecs/wm8996.c 		gcd_fll = gcd(target, fratio * Fref);
Fref             1987 sound/soc/codecs/wm8996.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
Fref             1989 sound/soc/codecs/wm8996.c 		fll_div->lambda = (fratio * Fref) / gcd_fll;
Fref             2002 sound/soc/codecs/wm8996.c 			  unsigned int Fref, unsigned int Fout)
Fref             2011 sound/soc/codecs/wm8996.c 	if (source == wm8996->fll_src && Fref == wm8996->fll_fref &&
Fref             2029 sound/soc/codecs/wm8996.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fref             2097 sound/soc/codecs/wm8996.c 	if (Fref > 1000000)
Fref             2129 sound/soc/codecs/wm8996.c 	dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
Fref             2131 sound/soc/codecs/wm8996.c 	wm8996->fll_fref = Fref;
Fref              927 sound/soc/codecs/wm8997.c 			  int source, unsigned int Fref, unsigned int Fout)
Fref              933 sound/soc/codecs/wm8997.c 		return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout);
Fref              935 sound/soc/codecs/wm8997.c 		return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout);
Fref              937 sound/soc/codecs/wm8997.c 		return arizona_set_fll_refclk(&wm8997->fll[0], source, Fref,
Fref              940 sound/soc/codecs/wm8997.c 		return arizona_set_fll_refclk(&wm8997->fll[1], source, Fref,
Fref             1252 sound/soc/codecs/wm8998.c 			  int source, unsigned int Fref, unsigned int Fout)
Fref             1258 sound/soc/codecs/wm8998.c 		return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout);
Fref             1260 sound/soc/codecs/wm8998.c 		return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout);
Fref             1262 sound/soc/codecs/wm8998.c 		return arizona_set_fll_refclk(&wm8998->fll[0], source, Fref,
Fref             1265 sound/soc/codecs/wm8998.c 		return arizona_set_fll_refclk(&wm8998->fll[1], source, Fref,
Fref              462 sound/soc/codecs/wm9081.c static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
Fref              472 sound/soc/codecs/wm9081.c 	while ((Fref / div) > 13500000) {
Fref              477 sound/soc/codecs/wm9081.c 			       Fref);
Fref              483 sound/soc/codecs/wm9081.c 	pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
Fref              486 sound/soc/codecs/wm9081.c 	Fref /= div;
Fref              506 sound/soc/codecs/wm9081.c 		if (fll_fratios[i].min <= Fref && Fref <= fll_fratios[i].max) {
Fref              513 sound/soc/codecs/wm9081.c 		pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref);
Fref              518 sound/soc/codecs/wm9081.c 	Ndiv = target / Fref;
Fref              521 sound/soc/codecs/wm9081.c 	Nmod = target % Fref;
Fref              527 sound/soc/codecs/wm9081.c 	do_div(Kpart, Fref);
Fref              546 sound/soc/codecs/wm9081.c 			  unsigned int Fref, unsigned int Fout)
Fref              555 sound/soc/codecs/wm9081.c 	if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout)
Fref              567 sound/soc/codecs/wm9081.c 	ret = fll_factors(&fll_div, Fref, Fout);
Fref              628 sound/soc/codecs/wm9081.c 	dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout);
Fref              630 sound/soc/codecs/wm9081.c 	wm9081->fll_fref = Fref;