Symbol: SDHCI_USE_ADMA
drivers/mmc/host/sdhci-of-sparx5.c
224
if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA) &&
drivers/mmc/host/sdhci.c
1120
if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
1136
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
1182
} else if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
1587
if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) ==
drivers/mmc/host/sdhci.c
1588
(SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA))
drivers/mmc/host/sdhci.c
256
if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
336
if (host->flags & SDHCI_USE_ADMA)
drivers/mmc/host/sdhci.c
349
} else if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
3827
if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
3888
if (host_flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
4334
host->flags |= SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4337
(host->flags & SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
4339
host->flags &= ~SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4357
host->flags &= ~(SDHCI_USE_SDMA | SDHCI_USE_ADMA);
drivers/mmc/host/sdhci.c
4360
if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
4372
host->flags &= ~(SDHCI_USE_SDMA | SDHCI_USE_ADMA);
drivers/mmc/host/sdhci.c
4382
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
4405
host->flags &= ~SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4410
host->flags &= ~SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4427
if (!(host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA))) {
drivers/mmc/host/sdhci.c
4527
((host->flags & SDHCI_USE_ADMA) ||
drivers/mmc/host/sdhci.c
4760
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
4775
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
4912
(host->flags & SDHCI_USE_ADMA) ?
drivers/mmc/host/sdhci.c
98
if (host->flags & SDHCI_USE_ADMA) {