Lines Matching refs:SDHCI_REQ_USE_DMA
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()
1131 (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) in sdhci_finish_data()
2381 if (host->flags & SDHCI_REQ_USE_DMA && !host->bounce_buffer) in sdhci_pre_req()
2481 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_request_done()