Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bus/fsl-mc/
Dmc-sys.c210 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in mc_polling_wait_atomic() local
221 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in mc_polling_wait_atomic()
222 if (timeout_usecs == 0) { in mc_polling_wait_atomic()
/Linux-v6.6/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c285 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command() local
310 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in vfio_fsl_mc_send_command()
311 if (timeout_usecs == 0) in vfio_fsl_mc_send_command()