Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 4 of 4) sorted by relevance
292 if (!(host->flags & SDHCI_REQ_USE_DMA)) in sdhci_config_dma()995 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()1092 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1125 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1130 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1139 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()1148 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()1158 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()1290 host->flags |= SDHCI_REQ_USE_DMA; in __sdhci_external_dma_prepare_data()1452 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()[all …]
503 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro
808 (host->flags & SDHCI_REQ_USE_DMA)) in esdhc_reset()
1448 if (host->flags & SDHCI_REQ_USE_DMA) in esdhc_cqe_enable()