Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c374 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command() local
399 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in vfio_fsl_mc_send_command()
400 if (timeout_usecs == 0) in vfio_fsl_mc_send_command()