Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci.c99 if (host->flags & SDHCI_USE_ADMA) { in sdhci_dumpregs()
243 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_do_reset()
289 if (host->flags & SDHCI_USE_ADMA) in sdhci_config_dma()
302 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_config_dma()
1040 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_prepare_data()
1056 if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1100 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1300 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in sdhci_finish_data()
1301 (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) in sdhci_finish_data()
3290 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_resume_host()
[all …]
Dsdhci.h510 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */ macro