Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.c501 desc = host->adma_table; in sdhci_adma_table_pre()
554 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
561 if (desc != host->adma_table) { in sdhci_adma_table_pre()
2397 void *desc = host->adma_table; in sdhci_adma_show_error()
3000 host->adma_table = dma_alloc_coherent(mmc_dev(mmc), in sdhci_add_host()
3005 if (!host->adma_table || !host->align_buffer) { in sdhci_add_host()
3006 if (host->adma_table) in sdhci_add_host()
3009 host->adma_table, in sdhci_add_host()
3015 host->adma_table = NULL; in sdhci_add_host()
3022 host->adma_table, host->adma_addr); in sdhci_add_host()
[all …]
Dsdhci.h476 void *adma_table; /* ADMA descriptor table */ member