Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs() local
35 remaining_usecs -= usecs; in stopwatch_set_usecs()
36 cycle = US_TO_CYCLE(usecs); in stopwatch_set_usecs()
43 void stopwatch_init_usecs_expire(unsigned int usecs) in stopwatch_init_usecs_expire() argument
53 remaining_usecs = usecs; in stopwatch_init_usecs_expire()
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/include/
Drk3399_mcu.h30 void stopwatch_init_usecs_expire(unsigned int usecs);