Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c61 waiton_timer2((nsecs * CLOCK_TICK_RATE)/1000000000); in ndelay()
81 #define LATCHES_PER_SEC ((CLOCK_TICK_RATE + (LATCH/2))/LATCH)
183 clocks = timer2_ticks * ((clocks_per_tick * TICKS_PER_SEC)/CLOCK_TICK_RATE); in load_timer2()
H A Dtimer.h39 #define CLOCK_TICK_RATE 1193180U macro
40 #define TICKS_PER_MS (CLOCK_TICK_RATE/1000)