Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci.c285 if (!(host->flags & SDHCI_REQ_USE_DMA)) in sdhci_config_dma()
970 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()
1045 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1078 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1083 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1090 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()
1099 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1111 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()
1222 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()
1300 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in sdhci_finish_data()
[all …]
Dsdhci.h509 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro
Dsdhci-esdhc-imx.c1276 if (host->flags & SDHCI_REQ_USE_DMA) in esdhc_cqe_enable()