Lines Matching refs:Fout
383 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()
571 unsigned int Fref, unsigned int Fout) in wm8993_set_fll() argument
573 return _wm8993_set_fll(dai->component, fll_id, source, Fref, Fout); in wm8993_set_fll()