Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 2 of 2) sorted by relevance
733 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 …]
433 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro