Lines Matching defs:Fout
1915 unsigned int Fout)
1936 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
1953 while (Fout * div < 90000000) {
1956 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
1957 Fout);
1961 target = Fout * div;
2002 unsigned int Fref, unsigned int Fout)
2012 Fout == wm8996->fll_fout)
2015 if (Fout == 0) {
2029 ret = fll_factors(&fll_div, Fref, Fout);
2129 dev_dbg(component->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
2132 wm8996->fll_fout = Fout;