Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Ddw_mmc.c43 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \ macro
48 #define DW_MCI_ERROR_FLAGS (DW_MCI_DATA_ERROR_FLAGS | \
1965 if (status & DW_MCI_DATA_ERROR_FLAGS) { in dw_mci_data_complete()
2766 if (pending & DW_MCI_DATA_ERROR_FLAGS) { in dw_mci_interrupt()
2773 mci_writel(host, RINTSTS, DW_MCI_DATA_ERROR_FLAGS); in dw_mci_interrupt()