Searched refs:CMT_MAX_COUNTER (Results 1 – 1 of 1) sorted by relevance
16 #define CMT_MAX_COUNTER (0xFFFFFFFF) macro61 if ((cmt0_timer + cmcnt) > CMT_MAX_COUNTER) in get_usec()62 cmt0_timer = ((cmt0_timer + cmcnt) - CMT_MAX_COUNTER); in get_usec()