Searched refs:timer_get_count (Results 1 – 4 of 4) sorted by relevance
34 int timer_get_count(struct udevice *dev, u64 *count);
27 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count() function
54 timer_get_count(gd->timer, &ticks); in timer_get_boot_us()
95 ret = timer_get_count(gd->timer, &count); in get_ticks()