Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.h375 #define SDMMC_INT_RCRC BIT(6) macro
H A Ddw_mmc.c45 #define DW_MCI_CMD_ERROR_FLAGS (SDMMC_INT_RTO | SDMMC_INT_RCRC | \
1848 else if ((cmd->flags & MMC_RSP_CRC) && (status & SDMMC_INT_RCRC)) in dw_mci_command_complete()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.h389 #define SDMMC_INT_RCRC BIT(6) macro
H A Ddw_mmc.c47 #define DW_MCI_CMD_ERROR_FLAGS (SDMMC_INT_RTO | SDMMC_INT_RCRC | \
1946 else if ((cmd->flags & MMC_RSP_CRC) && (status & SDMMC_INT_RCRC)) in dw_mci_command_complete()

Completed in 11 milliseconds