Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dtmio.h52 #define TMIO_STAT_CRCFAIL 0x00020000 macro
/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c596 else if (stat & TMIO_STAT_CRCFAIL && cmd->flags & MMC_RSP_CRC) in tmio_mmc_cmd_irq()