Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Ddw_mmc.h373 #define SDMMC_INT_RTO BIT(8) macro
Ddw_mmc.c45 #define DW_MCI_CMD_ERROR_FLAGS (SDMMC_INT_RTO | SDMMC_INT_RCRC | \
1846 if (status & SDMMC_INT_RTO) in dw_mci_command_complete()
2975 host->cmd_status = SDMMC_INT_RTO; in dw_mci_cmd11_timer()
3021 host->cmd_status = SDMMC_INT_RTO; in dw_mci_cto_timer()