Lines Matching refs:error
87 #define MMCST0_CRCWR BIT(5) /* data write CRC error */
88 #define MMCST0_CRCRD BIT(6) /* data read CRC error */
89 #define MMCST0_CRCRS BIT(7) /* command response CRC error */
601 req->cmd->error = -ETIMEDOUT;
791 if (!data->stop || (host->cmd && host->cmd->error)) {
817 if (host->data == NULL || cmd->error) {
818 if (cmd->error == -ETIMEDOUT)
938 data->error = -ETIMEDOUT;
949 /* Data CRC error */
950 data->error = -EILSEQ;
963 data->error = -ETIMEDOUT;
965 dev_dbg(mmc_dev(host->mmc), "data %s %s error\n",
967 (data->error == -ETIMEDOUT) ? "timeout" : "CRC");
978 host->cmd->error = -ETIMEDOUT;
988 /* Command CRC error */
989 dev_dbg(mmc_dev(host->mmc), "Command CRC error\n");
991 host->cmd->error = -EILSEQ;