Home | History | Annotate | Download | only in altboot

Lines Matching refs:bound

262 	unsigned bound, rxstat, len;
265 bound = 1000 * timo;
275 } while (--bound > 0);
376 int phy, ctl, sts, bound;
389 bound = 100;
397 } while (bound-- > 0 && (ctl & BMCR_RESET));
398 if (bound == 0) {
412 unsigned anar, bound;
418 bound = getsecs() + timo;
427 } while (getsecs() < bound);