Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/landisk/stand/boot/
Ddelay.c74 #ifndef TICK_PRESC
75 #define TICK_PRESC 1024 macro
77 #if TICK_PRESC == 4
79 #elif TICK_PRESC == 16
81 #elif TICK_PRESC == 64
83 #elif TICK_PRESC == 256
85 #elif TICK_PRESC == 1024
88 #error TICK_PRESC != 4, 16, 64, 256, 1024
91 #define TICKS_PER_SEC (PCLOCK / TICK_PRESC)