Lines Matching defs:Fout
1858 unsigned int Fout)
1879 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
1886 while (Fout * div < 90000000) {
1889 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
1890 Fout);
1894 target = Fout * div;
1935 unsigned int Fref, unsigned int Fout)
1943 if (!Fout) {
1965 ret = fll_factors(&factors, Fref, Fout);
2049 wm2200->fll_fout = Fout;
2051 dev_dbg(component->dev, "FLL running %dHz->%dHz\n", Fref, Fout);