Lines Matching defs:Fout
1678 unsigned int Fout)
1699 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout);
1706 while (Fout * div < 90000000) {
1709 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
1710 Fout);
1714 target = Fout * div;
1755 unsigned int Fref, unsigned int Fout)
1780 if (!Fout) {
1803 ret = fll_factors(&factors, Fref, Fout);
1870 fll->fout = Fout;
1873 Fref, Fout);