Searched refs:GHZ (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dfrequency.h20 #define GHZ (1000 * MHZ) macro
26 if (hz % GHZ == 0) {
27 return ncycles / (hz / GHZ);
/seL4-refos-master/libs/libutils/include/utils/
H A Dfrequency.h20 #define GHZ (1000 * MHZ) macro
26 if (hz % GHZ == 0) {
27 return ncycles / (hz / GHZ);
/seL4-refos-master/libs/libplatsupport/plat_include/bcm2837/platsupport/plat/
H A Dsystem_timer.h24 #define SYSTEM_TIMER_NS_PER_TICK (GHZ / SYSTEM_TIMER_FREQ)
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/bcm2837/platsupport/plat/
H A Dsystem_timer.h24 #define SYSTEM_TIMER_NS_PER_TICK (GHZ / SYSTEM_TIMER_FREQ)

Completed in 183 milliseconds