Home
last modified time | relevance | path

Searched refs:EVENT_DATA_ERROR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.c2145 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func()
2184 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func()
2768 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2839 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2848 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
3168 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_xfer_timer()
3219 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
H A Ddw_mmc.h34 EVENT_DATA_ERROR, enumerator
H A Datmel-mci.c182 EVENT_DATA_ERROR, enumerator
1792 EVENT_DATA_ERROR)) { in atmci_tasklet_func()
1794 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func()
2100 atmci_set_pending(host, EVENT_DATA_ERROR); in atmci_interrupt()