HomeSort by: relevance | last modified time | path
    Searched defs:TICKS_PER_SEC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/prep/stand/boot/
boot.h 3 #define TICKS_PER_SEC (66666667 / 4) /* 66MHz */
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
  /src/sys/arch/rs6000/stand/boot/
boot.h 3 #define TICKS_PER_SEC (66666667 / 4) /* 66MHz */
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
  /src/sys/arch/bebox/stand/boot/
boot.h 3 #define TICKS_PER_SEC (33000000 / 4) /* 33MHz */
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
  /src/sys/arch/landisk/stand/boot/
delay.c 91 #define TICKS_PER_SEC (PCLOCK / TICK_PRESC)
92 #define MS_PER_TICK (1000000 / TICKS_PER_SEC)

Completed in 104 milliseconds