Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Ddw_mmc.c1919 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
1945 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
1950 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2106 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2676 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3051 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3071 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
Ddw_mmc.h33 EVENT_DATA_COMPLETE, enumerator