Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 2 of 2) sorted by relevance
835 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()906 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()939 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()944 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()951 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()960 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()984 if ((host->flags & SDHCI_REQ_USE_DMA) && in sdhci_prepare_data()996 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()1066 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()1130 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in sdhci_finish_data()[all …]
477 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro