Searched refs:TICKS_PER_MS (Results 1 – 7 of 7) sorted by relevance
40 #define TICKS_PER_MS (CLOCK_TICK_RATE/1000) macro
65 waiton_timer2((usecs * TICKS_PER_MS)/1000); in udelay()
320 load_timer2(10*TICKS_PER_MS); in rtl_reset()522 load_timer2(10*TICKS_PER_MS); in rtl_disable()
433 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */ in eepro100_transmit()724 load_timer2(10*TICKS_PER_MS); in eepro100_probe()
346 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */ in epic100_transmit()
529 load_timer2(10*TICKS_PER_MS); /* Give it 10 ms */ in a3c90x_transmit()
122 #define TX_TIMEOUT (10*TICKS_PER_MS)