Home
last modified time | relevance | path

Searched refs:timer_early_get_count (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/timer/
H A Dsandbox_timer.c23 u64 notrace timer_early_get_count(void) in timer_early_get_count() function
35 *count = timer_early_get_count(); in sandbox_timer_get_count()
H A DKconfig38 driver: timer_early_get_count() and timer_early_get_rate().
/rk3399_rockchip-uboot/include/
H A Dtimer.h78 u64 timer_early_get_count(void);
/rk3399_rockchip-uboot/lib/
H A Dtime.c85 return timer_early_get_count(); in get_ticks()