Home
last modified time | relevance | path

Searched refs:CMT_MAX_COUNTER (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/sh/lib/
H A Dtime_sh2.c16 #define CMT_MAX_COUNTER (0xFFFFFFFF) macro
61 if ((cmt0_timer + cmcnt) > CMT_MAX_COUNTER) in get_usec()
62 cmt0_timer = ((cmt0_timer + cmcnt) - CMT_MAX_COUNTER); in get_usec()