Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dcqhci.c55 return cq_host->trans_desc_base + in get_trans_desc()
215 cq_host->trans_desc_base = dmam_alloc_coherent(mmc_dev(cq_host->mmc), in cqhci_host_alloc_tdl()
219 if (!cq_host->trans_desc_base) { in cqhci_host_alloc_tdl()
229 mmc_hostname(cq_host->mmc), cq_host->desc_base, cq_host->trans_desc_base, in cqhci_host_alloc_tdl()
389 cq_host->trans_desc_base, in cqhci_disable()
396 cq_host->trans_desc_base = NULL; in cqhci_disable()
Dcqhci.h189 u8 *trans_desc_base; member