Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1887 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1898 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1971 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_read_data_pio()
1973 | ATMCI_DATA_ERROR_FLAGS)); in atmci_read_data_pio()
2039 if (status & ATMCI_DATA_ERROR_FLAGS) { in atmci_write_data_pio()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c175 #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) macro
1059 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data()
1097 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_pdc()
1151 iflags = ATMCI_DATA_ERROR_FLAGS; in atmci_prepare_data_dma()
1817 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1928 | ATMCI_DATA_ERROR_FLAGS); in atmci_tasklet_func()
1939 | 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...]

Completed in 9 milliseconds