Lines Matching refs:ATMCI_DATA_ERROR_FLAGS
51 #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()
1971 | ATMCI_DATA_ERROR_FLAGS)); in atmci_write_data_pio()
2017 if (pending & ATMCI_DATA_ERROR_FLAGS) { in atmci_interrupt()
2019 atmci_writel(host, ATMCI_IDR, ATMCI_DATA_ERROR_FLAGS in atmci_interrupt()