Lines Matching refs:target
466 unsigned int K, Ndiv, Nmod, target;
490 target = Fout * 2;
491 while (target < 90000000) {
493 target *= 2;
502 pr_debug("Fvco=%dHz\n", target);
504 /* Find an appropriate FLL_FRATIO and factor it out of the target */
508 target /= fll_fratios[i].ratio;
518 Ndiv = target / Fref;
521 Nmod = target % Fref;
639 int new_sysclk, i, target;
669 target = wm9081->fs * clk_sys_rates[i].ratio;
670 new_sysclk = target;
671 if (target >= wm9081->bclk &&
672 target > 3000000)