Home | History | Annotate | Download | only in netboot

Lines Matching refs:tmo

102 	unsigned long tmo = currticks() + 4*TICKS_PER_SEC;
108 if (currticks() >= tmo)
172 unsigned long tmo = currticks() + TICKS_PER_SEC;
183 while (currticks() < tmo);
190 unsigned long tmo;
207 for (tmo = currticks() + 4; currticks() < tmo; );
219 if (currticks() - tmo > 40*TICKS_PER_SEC) {
241 unsigned long tmo;
252 for (tmo = currticks() + 2;
254 if (currticks() >= tmo)
263 for (tmo = currticks() + 2; currticks() < tmo; );
370 unsigned long tmo;
387 for (tmo = currticks() + 5*TICKS_PER_SEC; currticks() < tmo; );
401 for (tmo = currticks()+5*TICKS_PER_SEC;
402 (s = readreg(PP_TxEvent)&~0x1F) == 0 && currticks() < tmo;)