Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Datmel-mci.c175 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) macro
1015 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data()
1053 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_pdc()
1107 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_dma()
1776 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1890 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1901 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1974 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_read_data_pio()
1976 | ATMCI_DATA_ERROR_FLAGS)); in atmci_read_data_pio()
2042 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_write_data_pio()
[all …]