Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 2 of 2) sorted by relevance
718 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()763 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()769 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()788 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()799 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()822 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()829 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()838 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()857 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()874 if ((host->flags & SDHCI_REQ_USE_DMA) && in sdhci_prepare_data()[all …]
441 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro