Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.c1355 host->use_external_dma = en; in sdhci_switch_external_dma()
1632 if (host->use_external_dma) in sdhci_send_command()
1680 if (host->use_external_dma) in sdhci_send_command()
3057 if (host->use_external_dma && data && in sdhci_request_done()
4193 if (host->use_external_dma) { in sdhci_setup_host()
4685 if (host->use_external_dma) in sdhci_cleanup_host()
4739 host->use_external_dma ? "External DMA" : in __sdhci_add_host()
4828 if (host->use_external_dma) in sdhci_remove_host()
H A Dsdhci.h530 bool use_external_dma; /* Host selects to use external DMA */ member
H A Dsdhci-omap.c702 if (!host->use_external_dma) in sdhci_omap_enable_dma()