Home
last modified time | relevance | path

Searched refs:EVENT_DATA_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.c1995 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2045 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2050 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2210 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2788 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3169 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_xfer_timer()
3200 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3220 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
H A Ddw_mmc.h33 EVENT_DATA_COMPLETE, enumerator