Lines Matching defs:Fout
463 unsigned int Fout)
483 pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
490 target = Fout * 2;
495 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
496 Fout);
546 unsigned int Fref, unsigned int Fout)
555 if (Fref == wm9081->fll_fref && Fout == wm9081->fll_fout)
559 if (Fout == 0) {
567 ret = fll_factors(&fll_div, Fref, Fout);
628 dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout);
631 wm9081->fll_fout = Fout;