Lines Matching refs:ATMCI_DATA_ERROR_FLAGS
52 #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()
1972 | ATMCI_DATA_ERROR_FLAGS)); in atmci_write_data_pio()
2018 if (pending & ATMCI_DATA_ERROR_FLAGS) { in atmci_interrupt()
2020 atmci_writel(host, ATMCI_IDR, ATMCI_DATA_ERROR_FLAGS in atmci_interrupt()