Searched refs:timer_get_us_down (Results 1 – 1 of 1) sorted by relevance
38 static unsigned long timer_get_us_down(void) in timer_get_us_down() function56 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()