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

/drivers/mmc/host/
H A Datmel-mci.c47 EVENT_CMD_COMPLETE = 0, enumerator in enum:__anon1748
102 * command. Only valid when EVENT_CMD_COMPLETE is pending.
155 * snapshot of SR. Similarly, before EVENT_CMD_COMPLETE is set, the
1455 EVENT_CMD_COMPLETE))
1459 atmci_set_completed(host, EVENT_CMD_COMPLETE);
1528 EVENT_CMD_COMPLETE))
1698 atmci_set_pending(host, EVENT_CMD_COMPLETE);
H A Ddw_mmc.c902 if (!test_and_clear_bit(EVENT_CMD_COMPLETE,
908 set_bit(EVENT_CMD_COMPLETE, &host->completed_events);
1007 if (!test_and_clear_bit(EVENT_CMD_COMPLETE,
1460 set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
1492 set_bit(EVENT_CMD_COMPLETE, &host->pending_events);

Completed in 15 milliseconds