Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 4 of 4) sorted by relevance
290 if (!(host->flags & SDHCI_REQ_USE_DMA)) in sdhci_config_dma()993 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()1090 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1123 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1128 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1135 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()1144 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1156 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()1287 host->flags |= SDHCI_REQ_USE_DMA; in __sdhci_external_dma_prepare_data()1449 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()[all …]
501 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro
806 (host->flags & SDHCI_REQ_USE_DMA)) in esdhc_reset()
1440 if (host->flags & SDHCI_REQ_USE_DMA) in esdhc_cqe_enable()