Searched refs:CLOCK_TICK_RATE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtimer.h39 #define CLOCK_TICK_RATE 1193180U macro
40 #define TICKS_PER_MS (CLOCK_TICK_RATE/1000)
H A Di386_timer.c61 waiton_timer2((nsecs * CLOCK_TICK_RATE)/1000000000);
81 #define LATCHES_PER_SEC ((CLOCK_TICK_RATE + (LATCH/2))/LATCH)
92 * And find the convertion needed to get to CLOCK_TICK_RATE
183 clocks = timer2_ticks * ((clocks_per_tick * TICKS_PER_SEC)/CLOCK_TICK_RATE);

Completed in 18 milliseconds