Home
last modified time | relevance | path

Searched refs:SDMMC_INT_RCRC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drk_sdmmc.h193 #define SDMMC_INT_RCRC BIT(6) macro
H A Ddw_mmc.h381 #define SDMMC_INT_RCRC BIT(6) macro
H A Ddw_mmc.c48 #define DW_MCI_CMD_ERROR_FLAGS (SDMMC_INT_RTO | SDMMC_INT_RCRC | \
1919 else if ((cmd->flags & MMC_RSP_CRC) && (status & SDMMC_INT_RCRC)) in dw_mci_command_complete()