Lines Matching defs:qstatus
867 unsigned int status, qstatus;
882 qstatus = status;
907 qstatus |= status;
920 if (qstatus & MMCST0_DATDNE) {
937 if (qstatus & MMCST0_TOUTRD) {
944 qstatus);
949 if (qstatus & (MMCST0_CRCWR | MMCST0_CRCRD)) {
960 if (qstatus & MMCST0_CRCWR) {
967 (qstatus & MMCST0_CRCWR) ? "write" : "read",
973 if (qstatus & MMCST0_TOUTRS) {
978 host->cmd->opcode, qstatus);
988 if (qstatus & MMCST0_CRCRS) {
997 if (qstatus & MMCST0_RSPDNE) {