Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dcqhci.c63 return cq_host->trans_desc_base + in get_trans_desc()
220 cq_host->trans_desc_base = dmam_alloc_coherent(mmc_dev(cq_host->mmc), in cqhci_host_alloc_tdl()
224 if (!cq_host->desc_base || !cq_host->trans_desc_base) in cqhci_host_alloc_tdl()
228 mmc_hostname(cq_host->mmc), cq_host->desc_base, cq_host->trans_desc_base, in cqhci_host_alloc_tdl()
388 cq_host->trans_desc_base, in cqhci_disable()
395 cq_host->trans_desc_base = NULL; in cqhci_disable()
Dcqhci.h195 u8 *trans_desc_base; member