Home
last modified time | relevance | path

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

/drivers/mmc/host/
Datmel-mci.c184 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) macro
1065 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data()
1105 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_pdc()
1163 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_dma()
1845 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1959 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1970 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
2043 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_read_data_pio()
2045 | ATMCI_DATA_ERROR_FLAGS)); in atmci_read_data_pio()
2113 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_write_data_pio()
[all …]