Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.h374 #define SDMMC_INT_DCRC BIT(7) macro
H A Ddw_mmc.c42 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \
1865 } else if (status & SDMMC_INT_DCRC) { in dw_mci_data_complete()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.h388 #define SDMMC_INT_DCRC BIT(7) macro
H A Ddw_mmc.c44 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \
1836 host->data_status = SDMMC_INT_DCRC; in dw_mci_fault_timer()
1963 } else if (status & SDMMC_INT_DCRC) { in dw_mci_data_complete()

Completed in 11 milliseconds