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

/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dboot.h3 #define TICKS_PER_SEC (66666667 / 4) /* 66MHz */ macro
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dboot.h3 #define TICKS_PER_SEC (66666667 / 4) /* 66MHz */ macro
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
H A Dboot.c123 residual.VitalProductData.ProcessorBusHz/4 : TICKS_PER_SEC;
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dboot.h3 #define TICKS_PER_SEC (33000000 / 4) /* 33MHz */ macro
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
H A Dboot.c116 btinfo_clock.ticks_per_sec = TICKS_PER_SEC;
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Ddelay.c91 #define TICKS_PER_SEC (PCLOCK / TICK_PRESC) macro
92 #define MS_PER_TICK (1000000 / TICKS_PER_SEC)

Completed in 215 milliseconds