Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Ddw_mmc.h34 EVENT_CMD_COMPLETE = 0, enumerator
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c1074 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1594 if (!test_and_clear_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
1600 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
1707 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
1724 if (!test_and_clear_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
2165 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2228 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2642 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()