Searched refs:tDmaAddr (Results 1 – 2 of 2) sorted by relevance
82 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() local90 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() argument102 pQtd->qtd_dma_addr = tDmaAddr; in ms_ehci_qtd_init()118 dma_addr_t tDmaAddr; in ms_ehci_qh_alloc() local120 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()
1838 dma_addr_t tDmaAddr; in ms_qh_append_tds() local1846 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()