Lines Matching defs:cmd_flags
94 unsigned short cmd_flags;
120 if (host->cmd_flags & DATA_CARRY) {
122 host->cmd_flags &= ~DATA_CARRY;
130 host->cmd_flags |= DATA_CARRY;
146 if (host->cmd_flags & DATA_CARRY) {
149 host->cmd_flags &= ~DATA_CARRY;
156 host->cmd_flags |= DATA_CARRY;
182 && (host->cmd_flags & DATA_CARRY))
272 if (host->cmd_flags & DATA_CARRY) {
273 host->cmd_flags &= ~DATA_CARRY;
308 host->cmd_flags |= DATA_CARRY;
410 if (!(host->cmd_flags & CMD_READY))
415 if ((host->cmd_flags & SCMD_ACTIVE)
416 && !(host->cmd_flags & SCMD_READY))
422 if (!(host->cmd_flags & BRS_READY))
425 if (!(host->no_dma || (host->cmd_flags & FIFO_READY)))
430 if (!(host->cmd_flags & SCMD_ACTIVE)) {
431 host->cmd_flags |= SCMD_ACTIVE;
440 if (!(host->cmd_flags & SCMD_READY)
441 || (host->cmd_flags & CARD_BUSY))
450 if (host->cmd_flags & CARD_BUSY)
459 if (!(host->cmd_flags & SCMD_ACTIVE)) {
460 host->cmd_flags |= SCMD_ACTIVE;
464 if (!(host->cmd_flags & SCMD_READY))
485 fifo_status, host->cmd_flags);
492 host->cmd_flags |= FIFO_READY;
515 host_status, host->cmd_flags);
540 if (host->cmd_flags & SCMD_ACTIVE) {
542 host->cmd_flags |= SCMD_READY;
545 host->cmd_flags |= SCMD_ACTIVE;
553 if (!(host->cmd_flags & CMD_READY)) {
554 host->cmd_flags |= CMD_READY;
556 } else if (host->cmd_flags & SCMD_ACTIVE) {
557 host->cmd_flags |= SCMD_READY;
563 host->cmd_flags |= BRS_READY;
581 host->cmd_flags &= ~CARD_BUSY;
583 host->cmd_flags |= CARD_BUSY;
640 host->cmd_flags = 0;
791 dev_name(&host->dev->dev), host->req->cmd->opcode, host->cmd_flags);