Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A 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()
H A Dtsc_timer.c462 u64 notrace timer_early_get_count(void) in timer_early_get_count() function
H A DKconfig41 driver: timer_early_get_count() and timer_early_get_rate().
/openbmc/u-boot/include/
H A Dtimer.h77 u64 timer_early_get_count(void);
/openbmc/u-boot/lib/
H A Dtime.c84 return timer_early_get_count(); in get_ticks()