Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.c648 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
3577 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_setup_host()
3581 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_setup_host()
3588 host->adma_table_sz, &dma, GFP_KERNEL); in sdhci_setup_host()
3599 host->adma_table_sz, buf, dma); in sdhci_setup_host()
4005 host->adma_table_sz, host->align_buffer, in sdhci_setup_host()
4023 host->adma_table_sz, host->align_buffer, in sdhci_cleanup_host()
4156 host->adma_table_sz, host->align_buffer, in sdhci_remove_host()
Dsdhci.h519 size_t adma_table_sz; /* ADMA descriptor table size */ member