Searched refs:EVENT_XFER_COMPLETE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | atmel-mci.c | 180 EVENT_XFER_COMPLETE, enumerator 302 * snapshot of SR, and before EVENT_XFER_COMPLETE can be set, the 913 * Disable PDC transfers. Update pending flags to EVENT_XFER_COMPLETE after 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() 1990 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio() [all...] |
H A 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() 2056 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2067 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2168 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2537 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio() 2591 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
|
H A D | dw_mmc.h | 32 EVENT_XFER_COMPLETE, enumerator 151 * snapshot of SR, and before EVENT_XFER_COMPLETE can be set, the
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 180 EVENT_XFER_COMPLETE, enumerator 336 * snapshot of SR, and before EVENT_XFER_COMPLETE can be set, the 957 * Disable PDC transfers. Update pending flags to EVENT_XFER_COMPLETE after 980 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete() 1017 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete() 1244 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer() 1267 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma() 1849 EVENT_XFER_COMPLETE)) in atmci_tasklet_func() 1855 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 2031 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio() [all...] |
H A D | dw_mmc.c | 433 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 496 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma() 2160 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2171 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2274 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2643 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio() 2697 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
|
H A D | dw_mmc.h | 34 EVENT_XFER_COMPLETE, enumerator 155 * snapshot of SR, and before EVENT_XFER_COMPLETE can be set, the
|
Completed in 16 milliseconds