Searched refs:usec_to_tick (Results 1 – 3 of 3) sorted by relevance
157 uint64_t usec_to_tick(unsigned long usec) in usec_to_tick() function169 tmp = get_ticks() + usec_to_tick(usec); /* get current timestamp */ in __udelay()
32 uint64_t usec_to_tick(unsigned long usec);
2064 end_tick = get_ticks() + usec_to_tick(microseconds); in efi_stall()