Lines Matching refs:Fout
386 unsigned int Fout) in fll_factors() argument
407 pr_debug("Fref=%u Fout=%u\n", Fref, Fout); in fll_factors()
414 target = Fout * 2; in fll_factors()
420 Fout); in fll_factors()
470 unsigned int Fref, unsigned int Fout) in _wm8993_set_fll() argument
480 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout) in _wm8993_set_fll()
484 if (Fout == 0) { in _wm8993_set_fll()
496 ret = fll_factors(&fll_div, Fref, Fout); in _wm8993_set_fll()
564 dev_dbg(codec->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout); in _wm8993_set_fll()
567 wm8993->fll_fout = Fout; in _wm8993_set_fll()
574 unsigned int Fref, unsigned int Fout) in wm8993_set_fll() argument
576 return _wm8993_set_fll(dai->codec, fll_id, source, Fref, Fout); in wm8993_set_fll()