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

/seL4-refos-master/libs/libplatsupport/src/plat/bcm2837/
H A Dsystem_timer.c51 uint64_t time = ticks * SYSTEM_TIMER_NS_PER_TICK;
63 uint64_t ticks = time / SYSTEM_TIMER_NS_PER_TICK;
64 uint64_t timeout_ticks = ns / SYSTEM_TIMER_NS_PER_TICK;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/bcm2837/
H A Dsystem_timer.c51 uint64_t time = ticks * SYSTEM_TIMER_NS_PER_TICK;
63 uint64_t ticks = time / SYSTEM_TIMER_NS_PER_TICK;
64 uint64_t timeout_ticks = ns / SYSTEM_TIMER_NS_PER_TICK;
/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) macro
/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) macro

Completed in 97 milliseconds