Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Ddw_mmc.c2029 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2055 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2060 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2218 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_work_func()
2780 set_bit(EVENT_DATA_COMPLETE, in dw_mci_interrupt()
2801 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3183 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3203 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
Ddw_mmc.h36 EVENT_DATA_COMPLETE, enumerator