Searched refs:EVENT_CMD_COMPLETE (Results 1 – 2 of 2) sorted by relevance
/drivers/mmc/host/ |
D | dw_mmc.c | 387 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto() 1330 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request() 1926 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete() 1937 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete() 1985 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2129 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func() 2600 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt() 2648 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt() 2979 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer() 3005 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer() [all …]
|
D | dw_mmc.h | 31 EVENT_CMD_COMPLETE = 0, enumerator
|