Searched refs:timer_get_count (Results 1 – 5 of 5) sorted by relevance
48 int timer_get_count(struct udevice *dev, u64 *count);
51 timer_get_count(gd->timer, &ticks); in timer_get_boot_us()
31 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count() function
57 timer_get_count(gd->timer, &ticks); in timer_get_boot_us()
100 ret = timer_get_count(gd->timer, &count); in get_ticks()
Completed in 11 milliseconds