Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Ddw_mmc.c2025 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2051 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2056 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2214 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2776 set_bit(EVENT_DATA_COMPLETE, in dw_mci_interrupt()
2797 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3179 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3199 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
Ddw_mmc.h35 EVENT_DATA_COMPLETE, enumerator