Lines Matching refs:target
147 unsigned int K, Ndiv, Nmod, target;
154 * is sortd so we should always generate a suitable target. */
155 target = Fout * 4;
156 if (target < 90000000) {
158 target *= 2;
163 WARN_ON(target < 90000000 || target > 100000000);
165 dev_dbg(dev, "Fvco=%dHz\n", target);
168 Ndiv = target / Fref;
171 Nmod = target % Fref;