Lines Matching defs:Fout
383 unsigned int Fout)
404 pr_debug("Fref=%u Fout=%u\n", Fref, Fout);
411 target = Fout * 2;
416 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
417 Fout);
467 unsigned int Fref, unsigned int Fout)
477 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout)
481 if (Fout == 0) {
493 ret = fll_factors(&fll_div, Fref, Fout);
561 dev_dbg(component->dev, "FLL enabled at %dHz->%dHz\n", Fref, Fout);
564 wm8993->fll_fout = Fout;
571 unsigned int Fref, unsigned int Fout)
573 return _wm8993_set_fll(dai->component, fll_id, source, Fref, Fout);