Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c45 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \ macro
50 #define DW_MCI_ERROR_FLAGS (DW_MCI_DATA_ERROR_FLAGS | \
1529 if (status & DW_MCI_DATA_ERROR_FLAGS) { in dw_mci_data_complete()
2231 if (pending & DW_MCI_DATA_ERROR_FLAGS) { in dw_mci_interrupt()
2233 mci_writel(host, RINTSTS, DW_MCI_DATA_ERROR_FLAGS); in dw_mci_interrupt()