Searched refs:qstatus (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Ddavinci_mmc.c1015 unsigned int status, qstatus; local
1030 qstatus = status;
1055 qstatus |= status;
1068 if (qstatus & MMCST0_DATDNE) {
1085 if (qstatus & MMCST0_TOUTRD) {
1092 qstatus);
1097 if (qstatus & (MMCST0_CRCWR | MMCST0_CRCRD)) {
1108 if (qstatus & MMCST0_CRCWR) {
1115 (qstatus & MMCST0_CRCWR) ? "write" : "read",
1121 if (qstatus
1126 host->cmd->opcode, qstatus); local
[all...]

Completed in 221 milliseconds