Home
last modified time | relevance | path

Searched refs:SDHCI_USE_ADMA (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.c101 if (host->flags & SDHCI_USE_ADMA) { in sdhci_dumpregs()
248 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_do_reset()
294 if (host->flags & SDHCI_USE_ADMA) in sdhci_config_dma()
307 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_config_dma()
1098 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_prepare_data()
1114 if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1160 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1549 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in __sdhci_finish_data()
1550 (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) in __sdhci_finish_data()
3744 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_resume_host()
[all...]
H A Dsdhci-of-sparx5.c231 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA) && in sdhci_sparx5_probe()
H A Dsdhci.h502 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */ macro
/kernel/linux/linux-6.6/drivers/mmc/host/
H A 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()
333 if (host->flags & SDHCI_USE_ADMA) in sdhci_config_dma()
346 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_config_dma()
1120 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_prepare_data()
1136 if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1182 } else if (host->flags & SDHCI_USE_ADMA) { in sdhci_prepare_data()
1572 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) == in __sdhci_finish_data()
1573 (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) in __sdhci_finish_data()
3782 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_resume_host()
[all...]
H A Dsdhci-of-sparx5.c228 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA) && in sdhci_sparx5_probe()
H A Dsdhci.h512 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */ macro

Completed in 14 milliseconds