Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Datmel-mci.c51 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) macro
911 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data()
951 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_pdc()
1009 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_dma()
1701 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1815 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1826 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1899 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_read_data_pio()
1901 | ATMCI_DATA_ERROR_FLAGS)); in atmci_read_data_pio()
1969 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_write_data_pio()
[all …]