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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.h64 #define MCI_CMDCRCFAIL (1 << 0) macro
H A Dmsm_sdcc.h65 #define MCI_CMDCRCFAIL (1 << 0) macro
H A Dmsm_sdcc.c694 } else if (status & MCI_CMDCRCFAIL &&
721 if (status & (MCI_CMDSENT | MCI_CMDRESPEND | MCI_CMDCRCFAIL |
863 MCI_CMDRESPEND|MCI_CMDCRCFAIL|MCI_CMDTIMEOUT,
868 MCI_CMDRESPEND | MCI_CMDCRCFAIL | MCI_CMDTIMEOUT,
H A Dmmci.c289 } else if (status & MCI_CMDCRCFAIL && cmd->flags & MMC_RSP_CRC) {
467 if (status & (MCI_CMDCRCFAIL|MCI_CMDTIMEOUT|MCI_CMDSENT|MCI_CMDRESPEND) && cmd)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmci.h64 #define MCI_CMDCRCFAIL (1 << 0) macro
H A Dmsm_sdcc.h65 #define MCI_CMDCRCFAIL (1 << 0) macro
H A Dmsm_sdcc.c694 } else if (status & MCI_CMDCRCFAIL &&
721 if (status & (MCI_CMDSENT | MCI_CMDRESPEND | MCI_CMDCRCFAIL |
863 MCI_CMDRESPEND|MCI_CMDCRCFAIL|MCI_CMDTIMEOUT,
868 MCI_CMDRESPEND | MCI_CMDCRCFAIL | MCI_CMDTIMEOUT,
H A Dmmci.c289 } else if (status & MCI_CMDCRCFAIL && cmd->flags & MMC_RSP_CRC) {
467 if (status & (MCI_CMDCRCFAIL|MCI_CMDTIMEOUT|MCI_CMDSENT|MCI_CMDRESPEND) && cmd)

Completed in 186 milliseconds