Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bus/fsl-mc/
Dmc-sys.c209 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in mc_polling_wait_atomic() local
220 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in mc_polling_wait_atomic()
221 if (timeout_usecs == 0) { in mc_polling_wait_atomic()