Searched refs:EVENT_DATA_ERROR (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/mmc/host/ |
A D | dw_mmc.h | 36 EVENT_DATA_ERROR, enumerator
|
A D | dw_mmc.c | 1837 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_fault_timer() 2150 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func() 2186 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func() 2771 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt() 2847 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 2856 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 3197 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
|
A D | atmel-mci.c | 182 EVENT_DATA_ERROR, enumerator 1791 EVENT_DATA_ERROR)) { in atmci_tasklet_func() 1793 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func() 2096 atmci_set_pending(host, EVENT_DATA_ERROR); in atmci_interrupt()
|
Completed in 15 milliseconds