Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/sandbox/
H A Dsandbox.c40 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_read_counter()
/rk3399_rockchip-uboot/drivers/timer/
H A Dsandbox_timer.c25 return os_get_nsec() / 1000 + sandbox_timer_offset * 1000; in timer_early_get_count()
/rk3399_rockchip-uboot/include/
H A Dos.h171 uint64_t os_get_nsec(void);
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dcpu.c150 uint64_t count = os_get_nsec(); in timer_get_boot_us()
H A Dos.c190 uint64_t __attribute__((no_instrument_function)) os_get_nsec(void) in os_get_nsec() function