Searched refs:EVENT_XFER_COMPLETE (Results 1 – 2 of 2) sorted by relevance
/drivers/mmc/host/ |
D | atmel-mci.c | 189 EVENT_XFER_COMPLETE, enumerator 985 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete() 1023 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete() 1258 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer() 1281 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma() 1877 EVENT_XFER_COMPLETE)) in atmci_tasklet_func() 1883 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 2062 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio() 2132 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
|
D | dw_mmc.c | 397 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 467 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma() 1902 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 1913 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2017 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2386 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio() 2440 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
|