Home | History | Annotate | Download | only in altboot

Lines Matching refs:bound

254 	unsigned bound, rxstat, len;
257 bound = 1000 * timo;
267 } while (--bound > 0);
348 int phy, ctl, sts, bound;
361 bound = 100;
369 } while (bound-- > 0 && (ctl & BMCR_RESET));
370 if (bound == 0) {
385 unsigned anar, bound;
391 bound = getsecs() + timo;
400 } while (getsecs() < bound);