Home
last modified time | relevance | path

Searched refs:SDHCI_REQ_USE_DMA (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/mmc/host/
Dsdhci.c289 if (!(host->flags & SDHCI_REQ_USE_DMA)) in sdhci_config_dma()
1001 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()
1098 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1131 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1136 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1143 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()
1152 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1164 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()
1296 host->flags |= SDHCI_REQ_USE_DMA; in __sdhci_external_dma_prepare_data()
1458 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()
[all …]
Dsdhci.h505 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro
Dsdhci-of-esdhc.c810 (host->flags & SDHCI_REQ_USE_DMA)) in esdhc_reset()
Dsdhci-esdhc-imx.c1501 if (host->flags & SDHCI_REQ_USE_DMA) in esdhc_cqe_enable()