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
3887
if (host_flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
4326
host->flags |= SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4329
(host->flags & SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
4331
host->flags &= ~SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4349
host->flags &= ~(SDHCI_USE_SDMA | SDHCI_USE_ADMA);
drivers/mmc/host/sdhci.c
4352
if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
drivers/mmc/host/sdhci.c
4364
host->flags &= ~(SDHCI_USE_SDMA | SDHCI_USE_ADMA);
drivers/mmc/host/sdhci.c
4374
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
4397
host->flags &= ~SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4402
host->flags &= ~SDHCI_USE_ADMA;
drivers/mmc/host/sdhci.c
4419
if (!(host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA))) {
drivers/mmc/host/sdhci.c
4519
((host->flags & SDHCI_USE_ADMA) ||
drivers/mmc/host/sdhci.c
4752
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
4767
if (host->flags & SDHCI_USE_ADMA) {
drivers/mmc/host/sdhci.c
4904
(host->flags & SDHCI_USE_ADMA) ?
drivers/mmc/host/sdhci.c
98
if (host->flags & SDHCI_USE_ADMA) {