Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 2 of 2) sorted by relevance
730 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()778 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()811 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()816 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()823 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()832 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()856 if ((host->flags & SDHCI_REQ_USE_DMA) && in sdhci_prepare_data()868 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()936 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()1000 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in sdhci_finish_data()[all …]
449 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro