Lines Matching refs:error
88 #define MMCST0_CRCWR BIT(5) /* data write CRC error */
89 #define MMCST0_CRCRD BIT(6) /* data read CRC error */
90 #define MMCST0_CRCRS BIT(7) /* command response CRC error */
602 req->cmd->error = -ETIMEDOUT;
792 if (!data->stop || (host->cmd && host->cmd->error)) {
818 if (host->data == NULL || cmd->error) {
819 if (cmd->error == -ETIMEDOUT)
939 data->error = -ETIMEDOUT;
950 /* Data CRC error */
951 data->error = -EILSEQ;
964 data->error = -ETIMEDOUT;
966 dev_dbg(mmc_dev(host->mmc), "data %s %s error\n",
968 (data->error == -ETIMEDOUT) ? "timeout" : "CRC");
979 host->cmd->error = -ETIMEDOUT;
989 /* Command CRC error */
990 dev_dbg(mmc_dev(host->mmc), "Command CRC error\n");
992 host->cmd->error = -EILSEQ;