Searched refs:TICKS_PER_MS (Results 1 - 10 of 10) sorted by relevance

/external/grub/netboot/
H A Dtimer.h39 #define TICKS_PER_MS 1193 macro
H A Deepro100.c142 #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);
H A Drtl8139.c295 load_timer2(10*TICKS_PER_MS);
455 load_timer2(10*TICKS_PER_MS);
H A D3c595.c60 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
H A Depic100.c337 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
H A D3c509.c33 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
H A D3c90x.c531 load_timer2(10*TICKS_PER_MS); /* Give it 10 ms */
H A Deepro.c291 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)
H A Dw89c840.c124 #define TX_TIMEOUT (10*TICKS_PER_MS)
H A Di82586.c19 #define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000)

Completed in 108 milliseconds