Home
last modified time | relevance | path

Searched refs:STAT_RES_CRC_ERR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dpxamci.h13 #define STAT_RES_CRC_ERR (1 << 5) macro
H A Dpxamci.c299 } else if (stat & STAT_RES_CRC_ERR && cmd->flags & MMC_RSP_CRC) { in pxamci_cmd_done()