Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dtimer.c36 static unsigned long long total_count = 0; variable
81 total_count = 0ULL; in timer_init()
128 total_count += lastdec + TIMER_LOAD_VAL + 1 - now; in get_timer_masked()
130 total_count += lastdec - now; in get_timer_masked()
135 now = total_count; in get_timer_masked()