Home | History | Annotate | Download | only in altboot

Lines Matching refs:bound

255 	unsigned bound, rxstat, len;
258 bound = 1000 * timo;
268 } while (--bound > 0);
405 int phy, ctl, sts, bound;
418 bound = 100;
426 } while (bound-- > 0 && (ctl & BMCR_RESET));
427 if (bound == 0) {
441 unsigned anar, gtcr, bound;
450 bound = getsecs() + timo;
459 } while (getsecs() < bound);