Home
last modified time | relevance | path

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

/openbmc/u-boot/board/sandbox/
H A Dsandbox.c41 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_read_counter()
/openbmc/u-boot/drivers/timer/
H A Dsandbox_timer.c24 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_early_get_count()
/openbmc/u-boot/include/
H A Dos.h162 uint64_t os_get_nsec(void);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dcpu.c284 uint64_t count = os_get_nsec(); in timer_get_boot_us()
H A Dos.c265 uint64_t __attribute__((no_instrument_function)) os_get_nsec(void) in os_get_nsec() function