Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_MEM.cxx82 static __inline__ void ms_ehci_qtd_init (struct ehci_qtd *pQtd, dma_addr_t tDmaAddr);
88 dma_addr_t tDmaAddr; in ms_ehci_qtd_alloc() local
90 pQtd = (struct ehci_qtd*) ms_mem_pool_alloc (pEhci->pQtdPool, iFlags, &tDmaAddr); in ms_ehci_qtd_alloc()
93 ms_ehci_qtd_init (pQtd, tDmaAddr); in ms_ehci_qtd_alloc()
99 static __inline__ void ms_ehci_qtd_init (struct ehci_qtd *pQtd, dma_addr_t tDmaAddr) in ms_ehci_qtd_init() argument
102 pQtd->qtd_dma_addr = tDmaAddr; in ms_ehci_qtd_init()
118 dma_addr_t tDmaAddr; in ms_ehci_qh_alloc() local
120 pQh = (struct ehci_qh *)ms_mem_pool_alloc (pEhci->pQhPool, iFlags, &tDmaAddr); in ms_ehci_qh_alloc()
126 pQh->qh_dma_addr = tDmaAddr; in ms_ehci_qh_alloc()
H A DdrvEhciHcd.c1838 dma_addr_t tDmaAddr; in ms_qh_append_tds() local
1846 tDmaAddr = dummy->qtd_dma_addr; in ms_qh_append_tds()
1848 dummy->qtd_dma_addr = tDmaAddr; in ms_qh_append_tds()
1858 tDmaAddr = pQtd->qtd_dma_addr; in ms_qh_append_tds()
1862 pQtd->hw_next_qtd = (U32)(tDmaAddr); in ms_qh_append_tds()