Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Datmel-mci.c135 #define ATMCI_DCRCE BIT(21) /* Data CRC Error */ macro
176 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE)
1929 } else if (status & ATMCI_DCRCE) { in atmci_work_func()