Home
last modified time | relevance | path

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

/u-boot/lib/
A Dtime.c172 uint64_t usec_to_tick(unsigned long usec) in usec_to_tick() function
184 tmp = get_ticks() + usec_to_tick(usec); /* get current timestamp */ in __udelay()
/u-boot/include/
A Dtime.h45 uint64_t usec_to_tick(unsigned long usec);
/u-boot/lib/efi_loader/
A Defi_boottime.c2247 end_tick = get_ticks() + usec_to_tick(microseconds); in efi_stall()

Completed in 9 milliseconds