HomeSort by relevance Sort by last modified time
    Searched refs:TICKS_PER_MS (Results 1 - 10 of 10) sorted by null

  /external/grub/netboot/
timer.h 39 #define TICKS_PER_MS 1193
eepro100.c 142 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
421 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
624 load_timer2(10*TICKS_PER_MS);
rtl8139.c 295 load_timer2(10*TICKS_PER_MS);
455 load_timer2(10*TICKS_PER_MS);
3c595.c 60 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
epic100.c 337 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
3c509.c 33 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
3c90x.c 531 load_timer2(10*TICKS_PER_MS); /* Give it 10 ms */
eepro.c 291 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
w89c840.c 124 #define TX_TIMEOUT (10*TICKS_PER_MS)
i82586.c 19 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)

Completed in 97 milliseconds