Lines Matching defs:Fout
1845 unsigned int Fout)
1866 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
1873 while (Fout * div < 90000000) {
1876 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
1877 Fout);
1881 target = Fout * div;
1922 unsigned int Fref, unsigned int Fout)
1930 if (!Fout) {
1952 ret = fll_factors(&factors, Fref, Fout);
2036 wm2200->fll_fout = Fout;
2038 dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout);