Searched refs:STATUS_END_CMD_RESP (Results 1 – 3 of 3) sorted by relevance
26 #define STATUS_END_CMD_RESP (1<<13) macro
219 if (!(stat_mask & STATUS_END_CMD_RESP) || (host->mmc->ios.clock >= 8000000)) in imxmci_busy_wait_for_status()721 STATUS_END_CMD_RESP | STATUS_ERR_MASK, in imxmci_tasklet_fnc()725 if (stat & (STATUS_END_CMD_RESP | STATUS_ERR_MASK)) { in imxmci_tasklet_fnc()
76 #define STATUS_END_CMD_RESP (1 << 13) macro622 if (stat & STATUS_END_CMD_RESP) in mxcmci_irq()