Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dtimer.h34 int timer_get_count(struct udevice *dev, u64 *count);
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dtimer-uclass.c27 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count() function
H A Drockchip_timer.c54 timer_get_count(gd->timer, &ticks); in timer_get_boot_us()
/OK3568_Linux_fs/u-boot/lib/
H A Dtime.c95 ret = timer_get_count(gd->timer, &count); in get_ticks()