Home
last modified time | relevance | path

Searched refs:TMIO_STAT_CRCFAIL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtmio_mmc.h64 #define TMIO_STAT_CRCFAIL BIT(17) macro
H A Dtmio_mmc_core.c480 if (stat & TMIO_STAT_CRCFAIL || stat & TMIO_STAT_STOPBIT_ERR || in tmio_mmc_data_irq()
549 else if ((stat & TMIO_STAT_CRCFAIL && cmd->flags & MMC_RSP_CRC) || in tmio_mmc_cmd_irq()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtmio_mmc.h64 #define TMIO_STAT_CRCFAIL BIT(17) macro
H A Dtmio_mmc_core.c526 else if (stat & TMIO_STAT_CRCFAIL || stat & TMIO_STAT_STOPBIT_ERR || in tmio_mmc_data_irq()
595 else if ((stat & TMIO_STAT_CRCFAIL && cmd->flags & MMC_RSP_CRC) || in tmio_mmc_cmd_irq()

Completed in 5 milliseconds