Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci.c329 if (!(host->flags & SDHCI_REQ_USE_DMA)) in sdhci_config_dma()
1028 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_irqs()
1125 host->flags |= SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1158 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1163 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1170 if (host->flags & SDHCI_REQ_USE_DMA) { in sdhci_prepare_data()
1179 host->flags &= ~SDHCI_REQ_USE_DMA; in sdhci_prepare_data()
1191 if (!(host->flags & SDHCI_REQ_USE_DMA)) { in sdhci_prepare_data()
1323 host->flags |= SDHCI_REQ_USE_DMA; in __sdhci_external_dma_prepare_data()
1485 if (host->flags & SDHCI_REQ_USE_DMA) in sdhci_set_transfer_mode()
[all …]
A Dsdhci.h506 #define SDHCI_REQ_USE_DMA (1<<2) /* Use DMA for this req. */ macro
A Dsdhci-of-esdhc.c817 (host->flags & SDHCI_REQ_USE_DMA)) in esdhc_reset()
A Dsdhci-esdhc-imx.c1559 if (host->flags & SDHCI_REQ_USE_DMA) in esdhc_cqe_enable()

Completed in 20 milliseconds