Lines Matching defs:wait
588 dev_err(dev, " CRC error: state %u, wait %u\n",
592 dev_err(dev, " Timeout: state %u, wait %u\n",
596 dev_dbg(dev, " End/Index error: state %u, wait %u\n",
1181 bool wait = false;
1195 dev_dbg(dev, "IRQ thread state %u, wait %u: NULL mrq!\n",
1212 wait = sh_mmcif_end_cmd(host);
1216 wait = sh_mmcif_mread_block(host);
1220 wait = sh_mmcif_read_block(host);
1224 wait = sh_mmcif_mwrite_block(host);
1228 wait = sh_mmcif_write_block(host);
1250 if (wait) {