Home
last modified time | relevance | path

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

/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
H 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()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
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()