Home
last modified time | relevance | path

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

/external/u-boot/board/sandbox/
Dsandbox.c40 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_read_counter()
/external/u-boot/drivers/timer/
Dsandbox_timer.c24 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_early_get_count()
/external/u-boot/include/
Dos.h171 uint64_t os_get_nsec(void);
/external/u-boot/arch/sandbox/cpu/
Dcpu.c161 uint64_t count = os_get_nsec(); in timer_get_boot_us()
Dos.c191 uint64_t __attribute__((no_instrument_function)) os_get_nsec(void) in os_get_nsec() function