Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds