TICKS_PER_SEC
to = currticks() + 2 * TICKS_PER_SEC;
davicom_wait(TICKS_PER_SEC);
#define TX_TIME_OUT 2*TICKS_PER_SEC
#define TIMEOUT (10*TICKS_PER_SEC)
printf("CPU %ld Mhz\n", (clocks_per_tick/1000 * TICKS_PER_SEC)/1000);
timer_timeout = now + usecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000));
timer_timeout = now + nsecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000*1000));
clocks = timer2_ticks * ((clocks_per_tick * TICKS_PER_SEC)/CLOCK_TICK_RATE);
#define TICKS_PER_LATCH ((LATCHES_PER_SEC + (TICKS_PER_SEC/2))/TICKS_PER_SEC)
#define IGMP_INTERVAL (10*TICKS_PER_SEC)
#define IGMPv1_ROUTER_PRESENT_TIMEOUT (400*TICKS_PER_SEC)
for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) {
if ((lastticks + (TICKS_PER_SEC/18)) > ticks)
#define TX_TIMEOUT (4*TICKS_PER_SEC)
#define TWO_SECOND_DIVISOR (RAND_MAX/TICKS_PER_SEC)
tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR));
ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC);
ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC);
interval = (igmp->response_time * TICKS_PER_SEC)/10;
time = currticks() + TICKS_PER_SEC; /* wait one second */
#define RTL_TIMEOUT (1*TICKS_PER_SEC)
#define TX_TIMEOUT (4*TICKS_PER_SEC)
#define TFTP_TIMEOUT (30*TICKS_PER_SEC)
#define TFTP_REXMT (3*TICKS_PER_SEC)
#define TX_TIME_OUT 2*TICKS_PER_SEC
tulip_wait(4*TICKS_PER_SEC);
qlge->ql_timer_ticks = TICKS_PER_SEC / 4;
#define TX_TIMEOUT 3*TICKS_PER_SEC