Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.c596 desc = host->adma_table; in sdhci_adma_table_pre()
648 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
653 if (desc != host->adma_table) { in sdhci_adma_table_pre()
2687 void *desc = host->adma_table; in sdhci_adma_show_error()
3604 host->adma_table = buf + host->align_buffer_sz; in sdhci_setup_host()
4007 host->adma_table = NULL; in sdhci_setup_host()
4025 host->adma_table = NULL; in sdhci_cleanup_host()
4159 host->adma_table = NULL; in sdhci_remove_host()
Dsdhci.h516 void *adma_table; /* ADMA descriptor table */ member