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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dimxmmc.h26 #define STATUS_END_CMD_RESP (1<<13) macro
H A Dimxmmc.c219 if (!(stat_mask & STATUS_END_CMD_RESP) || (host->mmc->ios.clock >= 8000000))
719 STATUS_END_CMD_RESP | STATUS_ERR_MASK,
723 if (stat & (STATUS_END_CMD_RESP | STATUS_ERR_MASK)) {
H A Dmxcmmc.c75 #define STATUS_END_CMD_RESP (1 << 13) macro
581 if (stat & STATUS_END_CMD_RESP)

Completed in 56 milliseconds