Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dcqhci-core.c482 void cqhci_set_tran_desc(u8 *desc, dma_addr_t addr, int len, bool end, in cqhci_set_tran_desc() function
503 EXPORT_SYMBOL(cqhci_set_tran_desc);
534 cqhci_set_tran_desc(desc, addr, len, end, dma64); in cqhci_prep_tran_desc()
H A Dsdhci-of-dwcmshc.c586 cqhci_set_tran_desc(*desc, addr, len, end, dma64); in dwcmshc_set_tran_desc()
592 cqhci_set_tran_desc(*desc, addr, tmplen, false, dma64); in dwcmshc_set_tran_desc()
597 cqhci_set_tran_desc(*desc, addr, len, end, dma64); in dwcmshc_set_tran_desc()