Lines Matching defs:qstatus
866 unsigned int status, qstatus;
881 qstatus = status;
906 qstatus |= status;
919 if (qstatus & MMCST0_DATDNE) {
936 if (qstatus & MMCST0_TOUTRD) {
943 qstatus);
948 if (qstatus & (MMCST0_CRCWR | MMCST0_CRCRD)) {
959 if (qstatus & MMCST0_CRCWR) {
966 (qstatus & MMCST0_CRCWR) ? "write" : "read",
972 if (qstatus & MMCST0_TOUTRS) {
977 host->cmd->opcode, qstatus);
987 if (qstatus & MMCST0_CRCRS) {
996 if (qstatus & MMCST0_RSPDNE) {