Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Ddw_mmc.c2028 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2054 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2059 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2217 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_work_func()
2864 set_bit(EVENT_DATA_COMPLETE, in dw_mci_interrupt()
2885 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3267 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3287 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
H A Ddw_mmc.h36 EVENT_DATA_COMPLETE, enumerator