Home
last modified time | relevance | path

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

/external/u-boot/include/
Dtimer.h33 int timer_get_count(struct udevice *dev, u64 *count);
/external/u-boot/drivers/timer/
Dtimer-uclass.c26 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count() function
Dcadence-ttc.c46 timer_get_count(gd->timer, &ticks); in timer_get_boot_us()
Drockchip_timer.c53 timer_get_count(gd->timer, &ticks); in timer_get_boot_us()
/external/u-boot/lib/
Dtime.c94 ret = timer_get_count(gd->timer, &count); in get_ticks()