Home
last modified time | relevance | path

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

/external/u-boot/drivers/timer/
Dsandbox_timer.c22 u64 notrace timer_early_get_count(void) in timer_early_get_count() function
34 *count = timer_early_get_count(); in sandbox_timer_get_count()
Dtsc_timer.c402 u64 notrace timer_early_get_count(void) in timer_early_get_count() function
DKconfig38 driver: timer_early_get_count() and timer_early_get_rate().
/external/u-boot/include/
Dtimer.h77 u64 timer_early_get_count(void);
/external/u-boot/lib/
Dtime.c84 return timer_early_get_count(); in get_ticks()