Searched refs:time_after_eq64 (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dtime.h95 #define time_after_eq64(a,b) \ macro
99 #define time_before_eq64(a,b) time_after_eq64(b,a)
102 (time_after_eq64(a, b) && \
/u-boot/common/
H A Dcyclic.c76 if (time_after_eq64(now, cyclic->next_call)) {

Completed in 84 milliseconds