Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci.c825 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
4331 host->adma_table_sz = host->adma_table_cnt * host->desc_sz; in sdhci_setup_host()
4339 host->align_buffer_sz + host->adma_table_sz, in sdhci_setup_host()
4351 host->adma_table_sz, buf, dma); in sdhci_setup_host()
4768 host->adma_table_sz, host->align_buffer, in sdhci_setup_host()
4786 host->adma_table_sz, host->align_buffer, in sdhci_cleanup_host()
4929 host->adma_table_sz, host->align_buffer, in sdhci_remove_host()
H A Dsdhci.h561 size_t adma_table_sz; /* ADMA descriptor table size */ member