Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci.c838 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
4371 host->adma_table_sz = host->adma_table_cnt * host->desc_sz; in sdhci_setup_host()
4379 host->align_buffer_sz + host->adma_table_sz, in sdhci_setup_host()
4391 host->adma_table_sz, buf, dma); in sdhci_setup_host()
4793 host->adma_table_sz, host->align_buffer, in sdhci_setup_host()
4811 host->adma_table_sz, host->align_buffer, in sdhci_cleanup_host()
4954 host->adma_table_sz, host->align_buffer, in sdhci_remove_host()
Dsdhci.h557 size_t adma_table_sz; /* ADMA descriptor table size */ member