Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Datmel-mci.c52 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) macro
912 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data()
952 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_pdc()
1010 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_dma()
1702 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1816 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1827 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1900 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_read_data_pio()
1902 | ATMCI_DATA_ERROR_FLAGS)); in atmci_read_data_pio()
1970 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_write_data_pio()
[all …]