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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Datmel-mci.c42 #define ATMCI_DATA_ERROR_FLAGS (MCI_DCRCE | MCI_DTOE | MCI_OVRE | MCI_UNRE) macro
749 iflags = ATMCI_DATA_ERROR_FLAGS;
1141 | ATMCI_DATA_ERROR_FLAGS);
1313 if (unlikely(status & ATMCI_DATA_ERROR_FLAGS)) {
1331 mci_writel(host, IDR, ATMCI_DATA_ERROR_FLAGS);
1414 if (status & ATMCI_DATA_ERROR_FLAGS) {
1416 | ATMCI_DATA_ERROR_FLAGS));
1485 if (status & ATMCI_DATA_ERROR_FLAGS) {
1487 | ATMCI_DATA_ERROR_FLAGS));
1546 if (pending & ATMCI_DATA_ERROR_FLAGS) {
[all...]

Completed in 35 milliseconds