Home
last modified time | relevance | path

Searched refs:STATUS_END_CMD_RESP (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/mmc/host/
Dimxmmc.h26 #define STATUS_END_CMD_RESP (1<<13) macro
Dimxmmc.c219 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()
Dmxcmmc.c76 #define STATUS_END_CMD_RESP (1 << 13) macro
622 if (stat & STATUS_END_CMD_RESP) in mxcmci_irq()