Home
last modified time | relevance | path

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

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