Searched refs:count_value (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dtimer.c103 unsigned long count_value; local
105 count_value = timer_get_us_down();
106 while ((int)(count_value - timer_get_us_down()) < (int)usec)

Completed in 33 milliseconds