Home
last modified time | relevance | path

Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dsdhci.c733 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()
778 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
784 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()
803 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
814 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()
837 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
844 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()
853 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
872 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
889 if ((host->flags & SDHCI_REQ_USE_DMA) && in sdhci_prepare_data()
[all …]
Dsdhci.h433 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro