Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A 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()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsunxi_mmc.c279 unsigned timeout_usecs = (byte_cnt >> 8) * 1000; in mmc_trans_data_by_cpu() local
280 if (timeout_usecs < 2000000) in mmc_trans_data_by_cpu()
281 timeout_usecs = 2000000; in mmc_trans_data_by_cpu()
288 if (!timeout_usecs--) in mmc_trans_data_by_cpu()
/OK3568_Linux_fs/kernel/drivers/vfio/fsl-mc/
H A 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()