Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.c788 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
4240 host->adma_table_sz = host->adma_table_cnt * host->desc_sz; in sdhci_setup_host()
4248 host->align_buffer_sz + host->adma_table_sz, in sdhci_setup_host()
4260 host->adma_table_sz, buf, dma); in sdhci_setup_host()
4664 host->adma_table_sz, host->align_buffer, in sdhci_setup_host()
4682 host->adma_table_sz, host->align_buffer, in sdhci_cleanup_host()
4825 host->adma_table_sz, host->align_buffer, in sdhci_remove_host()
H A Dsdhci.h548 size_t adma_table_sz; /* ADMA descriptor table size */ member