Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.c554 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
2984 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_add_host()
2992 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_add_host()
3001 host->adma_table_sz, in sdhci_add_host()
3008 host->adma_table_sz, in sdhci_add_host()
3021 dma_free_coherent(mmc_dev(mmc), host->adma_table_sz, in sdhci_add_host()
3487 dma_free_coherent(mmc_dev(mmc), host->adma_table_sz, in sdhci_remove_host()
Dsdhci.h479 size_t adma_table_sz; /* ADMA descriptor table size */ member