Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dtime.c143 static uint64_t usec_to_tick(unsigned long usec) in usec_to_tick() function
155 tmp = get_ticks() + usec_to_tick(usec); /* get current timestamp */ in __udelay()