Searched refs:timeout_usecs (Results 1 – 3 of 3) sorted by relevance
209 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in mc_polling_wait_atomic() local220 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in mc_polling_wait_atomic()221 if (timeout_usecs == 0) { in mc_polling_wait_atomic()
279 unsigned timeout_usecs = (byte_cnt >> 8) * 1000; in mmc_trans_data_by_cpu() local280 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()
374 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command() local399 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()