Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.c569 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
3018 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_add_host()
3026 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_add_host()
3035 host->adma_table_sz, in sdhci_add_host()
3042 host->adma_table_sz, in sdhci_add_host()
3055 dma_free_coherent(mmc_dev(mmc), host->adma_table_sz, in sdhci_add_host()
3524 dma_free_coherent(mmc_dev(mmc), host->adma_table_sz, in sdhci_remove_host()
Dsdhci.h473 size_t adma_table_sz; /* ADMA descriptor table size */ member