Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mmc/host/
Dimxmmc.h38 #define STATUS_ERR_MASK 0x2f macro
Dimxmmc.c419 if (stat & STATUS_ERR_MASK) { in imxmci_finish_data()
476 if (data && !cmd->error && !(stat & STATUS_ERR_MASK)) { in imxmci_cmd_done()
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()
728 if (host->data && (stat & STATUS_ERR_MASK)) in imxmci_tasklet_fnc()
Dmxcmmc.c87 #define STATUS_ERR_MASK 0x2f macro
346 if (stat & STATUS_ERR_MASK) { in mxcmci_finish_data()
422 if (stat & STATUS_ERR_MASK) in mxcmci_poll_status()