Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dtimer.c38 static unsigned long timer_get_us_down(void) in timer_get_us_down() function
56 gd->arch.lastinc = timer_get_us_down(); in timer_init()
69 ulong now = timer_get_us_down(); in get_timer()
105 count_value = timer_get_us_down(); in __udelay()
106 while ((int)(count_value - timer_get_us_down()) < (int)usec) in __udelay()