Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Datmel-mci.c135 #define ATMCI_DTOE BIT(22) /* Data Time-Out Error */ macro
175 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE)
1945 if (status & ATMCI_DTOE) { in atmci_tasklet_func()