Home | History | Annotate | Download | only in altboot

Lines Matching refs:bound

236 	unsigned bound, rxstat, len;
239 bound = 1000 * timo;
251 } while (--bound > 0);
374 int phy, ctl, sts, bound;
387 bound = 100;
395 } while (bound-- > 0 && (ctl & BMCR_RESET));
396 if (bound == 0) {
410 unsigned anar, bound;
416 bound = getsecs() + timo;
425 } while (getsecs() < bound);