Lines Matching refs:timeout
58 int timeout = MXSMMC_MAX_TIMEOUT; in mxsmmc_send_cmd_pio() local
64 while (data_count && --timeout) { in mxsmmc_send_cmd_pio()
69 timeout = MXSMMC_MAX_TIMEOUT; in mxsmmc_send_cmd_pio()
75 timeout *= 100; in mxsmmc_send_cmd_pio()
76 while (data_count && --timeout) { in mxsmmc_send_cmd_pio()
81 timeout = MXSMMC_MAX_TIMEOUT; in mxsmmc_send_cmd_pio()
87 return timeout ? 0 : -ECOMM; in mxsmmc_send_cmd_pio()
141 int timeout; in mxsmmc_send_cmd() local
148 timeout = MXSMMC_MAX_TIMEOUT; in mxsmmc_send_cmd()
149 while (--timeout) { in mxsmmc_send_cmd()
159 if (!timeout) { in mxsmmc_send_cmd()
236 timeout = MXSMMC_MAX_TIMEOUT; in mxsmmc_send_cmd()
237 while (--timeout) { in mxsmmc_send_cmd()
244 if (!timeout) { in mxsmmc_send_cmd()