Home | History | Annotate | Download | only in netboot

Lines Matching refs:currticks

212   unsigned int to = currticks() + nticks;
213 while (currticks() < to)
379 to = currticks() + 2 * TICKS_PER_SEC;
380 while ( ((phy_read(1) & 0x24)!=0x24) && (currticks() < to))
534 to = currticks() + TX_TIME_OUT;
535 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to)) /* Sten 10/9 */
538 if (currticks() >= to) {
546 printf("ticks = %d\n", currticks() - (to - TX_TIME_OUT));
586 to = currticks() + TX_TIME_OUT;
587 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to))
590 if (currticks() >= to) {