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

/u-boot/board/armltd/integrator/
H A Dtimer.c37 static unsigned long long total_count = 0; variable
82 total_count = 0ULL;
108 total_count += lastdec + TIMER_LOAD_VAL + 1 - now;
110 total_count += lastdec - now;
115 now = total_count;

Completed in 73 milliseconds