Home
last modified time | relevance | path

Searched refs:EVENT_XFER_COMPLETE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/host/
H A Datmel-mci.c181 EVENT_XFER_COMPLETE, enumerator
961 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete()
998 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete()
1226 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer()
1249 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma()
1833 EVENT_XFER_COMPLETE)) in atmci_work_func()
1837 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_work_func()
2013 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio()
2081 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
H A Ddw_mmc.c432 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
495 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
2165 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_work_func()
2176 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_work_func()
2279 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_work_func()
2648 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2702 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
H A Ddw_mmc.h35 EVENT_XFER_COMPLETE, enumerator