Lines Matching defs:now
122 unsigned long now,
127 if (abs(now - rate) < abs(best - rate))
131 if (now <= rate && best < now)
220 unsigned long best = 0, now = 0;
230 now = __pll_params_to_rate(parent_rate, m, n, 0, pll);
231 if (meson_clk_pll_is_better(rate, best, now, pll)) {
232 best = now;
236 if (now == rate)
282 /* Is the clock locked now ? Time out after 100ms. */
433 /* If the pll is stopped, bail out now */