Searched refs:ATMCI_DATA_ERROR_FLAGS (Results 1 – 1 of 1) sorted by relevance
177 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) macro1055 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data()1093 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_pdc()1147 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_dma()1815 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()1929 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()1940 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()2012 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_read_data_pio()2014 | ATMCI_DATA_ERROR_FLAGS)); in atmci_read_data_pio()2080 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_write_data_pio()[all …]