Home
last modified time | relevance | path

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

/u-boot/drivers/timer/
A Dsandbox_timer.c24 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_early_get_count()
/u-boot/board/sandbox/
A Dsandbox.c43 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_read_counter()
/u-boot/include/
A Dos.h142 uint64_t os_get_nsec(void);
/u-boot/arch/sandbox/cpu/
A Dcpu.c341 uint64_t count = os_get_nsec(); in timer_get_boot_us()
A Dos.c306 uint64_t __attribute__((no_instrument_function)) os_get_nsec(void) in os_get_nsec() function

Completed in 7 milliseconds