Home
last modified time | relevance | path

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

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