Home
last modified time | relevance | path

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

/drivers/mmc/host/
Ddw_mmc.c1992 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2018 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2023 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2181 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2755 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3130 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3150 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
Ddw_mmc.h35 EVENT_DATA_COMPLETE, enumerator