Searched refs:count_value (Results 1 – 1 of 1) sorted by relevance
103 unsigned long count_value; in __udelay() local105 count_value = timer_get_us_down(); in __udelay()106 while ((int)(count_value - timer_get_us_down()) < (int)usec) in __udelay()