Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dcqhci.c56 return cq_host->trans_desc_base + in get_trans_desc()
216 cq_host->trans_desc_base = dmam_alloc_coherent(mmc_dev(cq_host->mmc), in cqhci_host_alloc_tdl()
220 if (!cq_host->trans_desc_base) { in cqhci_host_alloc_tdl()
230 mmc_hostname(cq_host->mmc), cq_host->desc_base, cq_host->trans_desc_base, in cqhci_host_alloc_tdl()
397 cq_host->trans_desc_base, in cqhci_disable()
404 cq_host->trans_desc_base = NULL; in cqhci_disable()
Dcqhci.h189 u8 *trans_desc_base; member