Searched refs:EVENT_DATA_ERROR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H 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() 2174 * Handle an EVENT_DATA_ERROR that might have shown up 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()
|
H A D | dw_mmc.h | 36 EVENT_DATA_ERROR, enumerator 88 * EVENT_DATA_ERROR is pending. 150 * locking. However, ordering is important: Before EVENT_DATA_ERROR or
|
H A D | atmel-mci.c | 182 EVENT_DATA_ERROR, enumerator 283 * EVENT_DATA_ERROR is pending. 331 * locking. However, ordering is important: Before EVENT_DATA_ERROR or 1833 EVENT_DATA_ERROR)) { in atmci_tasklet_func() 1835 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func() 2138 atmci_set_pending(host, EVENT_DATA_ERROR); in atmci_interrupt()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | dw_mmc.c | 2046 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func() 2070 * Handle an EVENT_DATA_ERROR that might have shown up in dw_mci_tasklet_func() 2082 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func() 2661 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt() 2729 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 2738 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 3072 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
|
H A D | dw_mmc.h | 34 EVENT_DATA_ERROR, enumerator 86 * EVENT_DATA_ERROR is pending. 146 * locking. However, ordering is important: Before EVENT_DATA_ERROR or
|
H A D | atmel-mci.c | 182 EVENT_DATA_ERROR, enumerator 249 * EVENT_DATA_ERROR is pending. 297 * locking. However, ordering is important: Before EVENT_DATA_ERROR or 1792 EVENT_DATA_ERROR)) { in atmci_tasklet_func() 1794 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func() 2097 atmci_set_pending(host, EVENT_DATA_ERROR); in atmci_interrupt()
|
Completed in 18 milliseconds