Searched refs:EVENT_CMD_COMPLETE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/mmc/host/ |
D | dw_mmc.c | 391 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto() 1368 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request() 2037 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete() 2048 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete() 2096 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_work_func() 2242 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_work_func() 2714 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt() 2761 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt() 3106 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer() 3132 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer() [all …]
|
D | dw_mmc.h | 34 EVENT_CMD_COMPLETE = 0, enumerator
|