Home | History | Annotate | Download | only in altboot

Lines Matching refs:bound

274 	unsigned bound, rxstat, len;
277 bound = 1000 * timo;
289 } while (--bound > 0);
369 int bound, ctl, phy, sts;
374 bound = 100;
382 } while (bound-- > 0 && (ctl & BMCR_RESET));
383 if (bound == 0) {
397 unsigned anar, gtcr, bound;
406 bound = getsecs() + timo;
415 } while (getsecs() < bound);