Searched refs:EVENT_DATA_ERROR (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/mmc/host/ |
| H A D | dw_mmc.c | 1842 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_fault_timer() 2154 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_work_func() 2190 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_work_func() 2860 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt() 2936 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 2945 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 3286 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
|
| H A D | dw_mmc.h | 37 EVENT_DATA_ERROR, enumerator
|
| H A D | atmel-mci.c | 183 EVENT_DATA_ERROR, enumerator 1817 EVENT_DATA_ERROR)) { in atmci_work_func() 1819 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_work_func() 2121 atmci_set_pending(host, EVENT_DATA_ERROR); in atmci_interrupt()
|