Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.c825 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
4349 host->adma_table_sz = host->adma_table_cnt * host->desc_sz; in sdhci_setup_host()
4357 host->align_buffer_sz + host->adma_table_sz, in sdhci_setup_host()
4369 host->adma_table_sz, buf, dma); in sdhci_setup_host()
4771 host->adma_table_sz, host->align_buffer, in sdhci_setup_host()
4789 host->adma_table_sz, host->align_buffer, in sdhci_cleanup_host()
4932 host->adma_table_sz, host->align_buffer, in sdhci_remove_host()
H A Dsdhci.h563 size_t adma_table_sz; /* ADMA descriptor table size */ member