Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci.c100 if (host->flags & SDHCI_USE_ADMA) { in sdhci_dumpregs()
253 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_reset_for_all()
328 if (host->flags & SDHCI_USE_ADMA) in sdhci_config_dma()
341 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_config_dma()
1129 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_prepare_data()
1145 if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1189 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1581 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in __sdhci_finish_data()
1582 (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) in __sdhci_finish_data()
3805 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_resume_host()
[all …]
Dsdhci-of-sparx5.c231 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA) && in sdhci_sparx5_probe()
Dsdhci.h505 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */ macro