Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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().
/OK3568_Linux_fs/u-boot/include/
H A Dtimer.h78 u64 timer_early_get_count(void);
/OK3568_Linux_fs/u-boot/lib/
H A Dtime.c85 return timer_early_get_count(); in get_ticks()