Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Ddelay.c47 uint32_t cycles_to_wait = 0; in udelay() local
52 cycles_to_wait = MIN(cycles, UINT32_MAX); in udelay()
53 wait_cycles(cycles_to_wait); in udelay()
54 cycles -= cycles_to_wait; in udelay()

Completed in 2 milliseconds