Searched refs:SDMMC_INT_DRTO (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc.h114 #define SDMMC_INT_DRTO BIT(9) macro
H A Ddw_mmc.c45 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \
1651 if (status & SDMMC_INT_DRTO) { dw_mci_data_complete()
1772 !(host->data_status & (SDMMC_INT_DRTO | dw_mci_tasklet_func()
1810 !(host->data_status & (SDMMC_INT_DRTO | dw_mci_tasklet_func()
2848 host->data_status = SDMMC_INT_DRTO; dw_mci_dto_timer()

Completed in 66 milliseconds