Searched refs:s3cmci_host_usedma (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Ds3cmci.c246 * s3cmci_host_usedma - return whether the host is using dma or pio dbg_dumpregs()
253 static inline bool s3cmci_host_usedma(struct s3cmci_host *host) s3cmci_host_usedma() function
658 if (!s3cmci_host_usedma(host)) { s3cmci_irq()
860 if (s3cmci_host_usedma(host) && (!host->dma_complete)) { finalize_request()
913 if (s3cmci_host_usedma(host)) finalize_request()
1011 if (s3cmci_host_usedma(host)) s3cmci_setup_data()
1159 if (s3cmci_host_usedma(host)) s3cmci_send_request()
1440 seq_printf(seq, "Do DMA = %d\n", s3cmci_host_usedma(host)); s3cmci_state_show()
1688 if (s3cmci_host_usedma(host)) { s3cmci_probe()
1760 s3cmci_host_usedma(host) ? "dma" : "pio", s3cmci_probe()
1775 if (s3cmci_host_usedma(host)) s3cmci_probe()
1837 if (s3cmci_host_usedma(host)) s3cmci_remove()

Completed in 42 milliseconds