Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 4 of 4) sorted by relevance
324 if (!(host->flags & SDHCI_REQ_USE_DMA)) in sdhci_config_dma()1037 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()1134 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1167 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1172 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1179 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()1188 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1200 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()1332 host->flags |= SDHCI_REQ_USE_DMA; in __sdhci_external_dma_prepare_data()1494 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()[all …]
506 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro
810 (host->flags & SDHCI_REQ_USE_DMA)) in esdhc_reset()
1502 if (host->flags & SDHCI_REQ_USE_DMA) in esdhc_cqe_enable()