Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/
Dtime.c157 uint64_t usec_to_tick(unsigned long usec) in usec_to_tick() function
169 tmp = get_ticks() + usec_to_tick(usec); /* get current timestamp */ in __udelay()
/third_party/uboot/u-boot-2020.01/include/
Dtime.h32 uint64_t usec_to_tick(unsigned long usec);
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_boottime.c2064 end_tick = get_ticks() + usec_to_tick(microseconds); in efi_stall()