Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/m0/src/
A Dstopwatch.c28 unsigned int remaining_usecs; variable
33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs()
35 remaining_usecs -= usecs; in stopwatch_set_usecs()
53 remaining_usecs = usecs; in stopwatch_init_usecs_expire()
61 if (!remaining_usecs) in stopwatch_expired()
73 remaining_usecs = 0; in stopwatch_reset()

Completed in 2 milliseconds