Searched defs:msec (Results 1 – 4 of 4) sorted by relevance
20 #define msec_to_cycles(msec) \ argument145 static inline void timer_set_next_cval_ms(enum arch_timer timer, uint32_t msec) in timer_set_next_cval_ms()153 static inline void timer_set_next_tval_ms(enum arch_timer timer, uint32_t msec) in timer_set_next_tval_ms()
16 #define msec_to_cycles(msec) \ argument50 static inline void timer_set_next_cmp_ms(uint32_t msec) in timer_set_next_cmp_ms()
32 struct timespec msec_to_timespec(int msec) in msec_to_timespec()
23 #define msecs_to_usecs(msec) ((msec) * 1000ULL) argument