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

/drivers/mmc/host/
H A Ds3cmci.c246 * s3cmci_host_usedma - return whether the host is using dma or pio
253 static inline bool s3cmci_host_usedma(struct s3cmci_host *host) function
658 if (!s3cmci_host_usedma(host)) {
860 if (s3cmci_host_usedma(host) && (!host->dma_complete)) {
913 if (s3cmci_host_usedma(host))
1011 if (s3cmci_host_usedma(host))
1159 if (s3cmci_host_usedma(host))
1440 seq_printf(seq, "Do DMA = %d\n", s3cmci_host_usedma(host));
1688 if (s3cmci_host_usedma(host)) {
1760 s3cmci_host_usedma(hos
[all...]

Completed in 383 milliseconds