Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.c516 desc = host->adma_table; in sdhci_adma_table_pre()
569 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
576 if (desc != host->adma_table) { in sdhci_adma_table_pre()
2420 void *desc = host->adma_table; in sdhci_adma_show_error()
3034 host->adma_table = dma_alloc_coherent(mmc_dev(mmc), in sdhci_add_host()
3039 if (!host->adma_table || !host->align_buffer) { in sdhci_add_host()
3040 if (host->adma_table) in sdhci_add_host()
3043 host->adma_table, in sdhci_add_host()
3049 host->adma_table = NULL; in sdhci_add_host()
3056 host->adma_table, host->adma_addr); in sdhci_add_host()
[all …]
Dsdhci.h470 void *adma_table; /* ADMA descriptor table */ member