Searched refs:TICKS_PER_SEC (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dlatch.h4 #define TICKS_PER_SEC 18 macro
H A Digmp.h5 #define IGMP_INTERVAL (10*TICKS_PER_SEC)
6 #define IGMPv1_ROUTER_PRESENT_TIMEOUT (400*TICKS_PER_SEC)
H A Di386_timer.c82 #define TICKS_PER_LATCH ((LATCHES_PER_SEC + (TICKS_PER_SEC/2))/TICKS_PER_SEC)
135 printf("CPU %ld Mhz\n", (clocks_per_tick/1000 * TICKS_PER_SEC)/1000);
167 timer_timeout = now + usecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000));
174 timer_timeout = now + nsecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000*1000));
183 clocks = timer2_ticks * ((clocks_per_tick * TICKS_PER_SEC)/CLOCK_TICK_RATE);
H A Dtftp.h14 #define TFTP_TIMEOUT (30*TICKS_PER_SEC)
16 #define TFTP_REXMT (3*TICKS_PER_SEC)
H A Dmisc.c61 for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) {
94 if ((lastticks + (TICKS_PER_SEC/18)) > ticks)
H A Dgrub.h26 #define TIMEOUT (10*TICKS_PER_SEC)
H A Ddavicom.c50 #define TX_TIME_OUT 2*TICKS_PER_SEC
365 to = currticks() + 2 * TICKS_PER_SEC;
493 davicom_wait(TICKS_PER_SEC);
H A Dsis900.h374 #define TX_TIMEOUT (4*TICKS_PER_SEC)
H A Dnic.c611 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC);
738 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC);
794 interval = (igmp->response_time * TICKS_PER_SEC)/10;
1130 #define TWO_SECOND_DIVISOR (RAND_MAX/TICKS_PER_SEC)
1141 tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR));
H A Drtl8139.c70 #define RTL_TIMEOUT (1*TICKS_PER_SEC)
H A Dnatsemi.c67 #define TX_TIMEOUT (4*TICKS_PER_SEC)
H A Dpcnet32.c621 time = currticks() + TICKS_PER_SEC; /* wait one second */
H A Dtulip.c118 #define TX_TIME_OUT 2*TICKS_PER_SEC
1419 tulip_wait(4*TICKS_PER_SEC);

Completed in 83 milliseconds