Home
last modified time | relevance | path

Searched refs:MC_CMD_COMPLETION_TIMEOUT_MS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H A Dmc-sys.c22 #define MC_CMD_COMPLETION_TIMEOUT_MS 500 macro
164 jiffies + msecs_to_jiffies(MC_CMD_COMPLETION_TIMEOUT_MS); in mc_polling_wait_preemptible()
209 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in mc_polling_wait_atomic()
211 BUILD_BUG_ON((MC_CMD_COMPLETION_TIMEOUT_MS * 1000) % in mc_polling_wait_atomic()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H A Dmc-sys.c22 #define MC_CMD_COMPLETION_TIMEOUT_MS 500 macro
165 jiffies + msecs_to_jiffies(MC_CMD_COMPLETION_TIMEOUT_MS); in mc_polling_wait_preemptible()
210 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in mc_polling_wait_atomic()
212 BUILD_BUG_ON((MC_CMD_COMPLETION_TIMEOUT_MS * 1000) % in mc_polling_wait_atomic()
/kernel/linux/linux-5.10/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c367 #define MC_CMD_COMPLETION_TIMEOUT_MS 5000 macro
374 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command()
/kernel/linux/linux-6.6/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c278 #define MC_CMD_COMPLETION_TIMEOUT_MS 5000 macro
285 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command()

Completed in 3 milliseconds