Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Ddw_mmc.h35 EVENT_CMD_COMPLETE = 0, enumerator
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.c1197 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1729 if (!test_and_clear_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
1735 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
1859 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
1876 if (!test_and_clear_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func()
2329 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2392 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2832 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()