Home | History | Annotate | Download | only in altboot

Lines Matching refs:bound

323 	unsigned bound, len;
326 bound = 1000 * timo;
335 } while (--bound > 0);
443 int phy, ctl, sts, bound;
461 bound = 100;
469 } while (bound-- > 0 && (ctl & BMCR_RESET));
470 if (bound == 0)
484 unsigned anar, bound;
490 bound = getsecs() + timo;
499 } while (getsecs() < bound);