Home | History | Annotate | Download | only in netboot

Lines Matching refs:currticks

71      removed udelay code and used currticks() for more reliable delay
536 unsigned int to = currticks() + nticks;
537 while (currticks() < to)
1048 to = currticks() + TX_TIME_OUT;
1049 while ((tx_ring[0].status & 0x80000000) && (currticks() < to))
1052 if (currticks() >= to) {
1114 to = currticks() + TX_TIME_OUT;
1115 while ((tx_ring[0].status & 0x80000000) && (currticks() < to))
1118 if (currticks() >= to) {