Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.h372 #define SDMMC_INT_DRTO BIT(9) macro
H A Ddw_mmc.c42 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \
1863 if (status & SDMMC_INT_DRTO) { in dw_mci_data_complete()
2048 if (!(host->data_status & (SDMMC_INT_DRTO | in dw_mci_tasklet_func()
2084 if (!(host->data_status & (SDMMC_INT_DRTO | in dw_mci_tasklet_func()
3071 host->data_status = SDMMC_INT_DRTO; in dw_mci_dto_timer()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.h386 #define SDMMC_INT_DRTO BIT(9) macro
H A Ddw_mmc.c44 #define DW_MCI_DATA_ERROR_FLAGS (SDMMC_INT_DRTO | SDMMC_INT_DCRC | \
1961 if (status & SDMMC_INT_DRTO) { in dw_mci_data_complete()
2152 if (!(host->data_status & (SDMMC_INT_DRTO | in dw_mci_tasklet_func()
2188 if (!(host->data_status & (SDMMC_INT_DRTO | in dw_mci_tasklet_func()
3196 host->data_status = SDMMC_INT_DRTO; in dw_mci_dto_timer()

Completed in 11 milliseconds