Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/lib/
H A Dtime_sh2.c52 static unsigned long get_usec (void) in get_usec() function
73 return (get_usec() / 1000) - base; in get_timer()
78 unsigned long end = get_usec() + usec; in __udelay()
80 while (get_usec() < end) in __udelay()