Searched defs:DW_MCI_DATA_ERROR_FLAGS (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Ddw_mmc.c40 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DTO | SDMMC_INT_DCRC | \ macro
45 #define DW_MCI_ERROR_FLAGS (DW_MCI_DATA_ERROR_FLAGS | \
1022 if (status & DW_MCI_DATA_ERROR_FLAGS) {
1423 if (status & DW_MCI_DATA_ERROR_FLAGS) {
1491 if (status & DW_MCI_DATA_ERROR_FLAGS) {
1565 if (pending & DW_MCI_DATA_ERROR_FLAGS) {
1567 mci_writel(host, RINTSTS, DW_MCI_DATA_ERROR_FLAGS);

Completed in 42 milliseconds