Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Ddw_mmc.c392 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto()
1338 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
2000 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete()
2011 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete()
2059 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2204 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
2676 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2723 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3052 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()
3078 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer()
[all …]
Ddw_mmc.h33 EVENT_CMD_COMPLETE = 0, enumerator