Searched refs:EVENT_XFER_COMPLETE (Results 1 – 3 of 3) sorted by relevance
/drivers/mmc/host/ |
D | atmel-mci.c | 179 EVENT_XFER_COMPLETE, enumerator 928 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete() 965 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete() 1193 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer() 1216 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma() 1802 EVENT_XFER_COMPLETE)) in atmci_tasklet_func() 1808 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 1987 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio() 2055 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
|
D | dw_mmc.c | 428 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 491 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma() 2053 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2064 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2165 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2534 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio() 2588 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
|
D | dw_mmc.h | 32 EVENT_XFER_COMPLETE, enumerator
|