Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Datmel-mci.c180 EVENT_XFER_COMPLETE, enumerator
936 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete()
973 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete()
1201 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer()
1224 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma()
1808 EVENT_XFER_COMPLETE)) in atmci_tasklet_func()
1814 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func()
1993 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio()
2061 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
H A Ddw_mmc.c455 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
524 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
2019 if (!test_bit(EVENT_XFER_COMPLETE, &host->pending_events)) in dw_mci_set_xfer_timeout()
2155 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func()
2169 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2270 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func()
2639 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2695 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
3159 if (test_bit(EVENT_XFER_COMPLETE, &host->pending_events)) { in dw_mci_xfer_timer()
H A Ddw_mmc.h32 EVENT_XFER_COMPLETE, enumerator