Searched refs:qh_dma_addr (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI_MEM.cxx | 126 pQh->qh_dma_addr = tDmaAddr; in ms_ehci_qh_alloc() 128 diag_printf("pQh: %p, pQh->qh_dma_addr: %p\n", (void *)pQh, (void *)pQh->qh_dma_addr); in ms_ehci_qh_alloc() 135 ms_mem_pool_free (pEhci->pQhPool, pQh, pQh->qh_dma_addr); in ms_ehci_qh_alloc() 161 ms_mem_pool_free (pEhci->pQhPool, pQh, pQh->qh_dma_addr); in ms_qh_put()
|
| H A D | drvEhciHcd.c | 440 (pEhci->stAsync->hw_next_qh != QH_NEXT(pEhci->stAsync->qh_dma_addr))) in ms_ehci_softrst() 444 pEhci->stAsync->hw_next_qh = QH_NEXT(pEhci->stAsync->qh_dma_addr); in ms_ehci_softrst() 450 hcd_reg_writel ((U32)pEhci->stAsync->qh_dma_addr, (U32)&pEhci->op_regs->asynclistaddr); in ms_ehci_softrst() 1706 U32 u32DmaAddr = QH_NEXT (pQh->qh_dma_addr); in ms_qh_link_async() 2008 m_BDMA_write(pQh->qh_dma_addr, pPrev->qh_dma_addr); in ms_start_unlink_async() 2381 ehci->stAsync->hw_next_qh = QH_NEXT (ehci->stAsync->qh_dma_addr); in ms_ehci_begin() 2387 ms_debug_msg("qh dma addr: %p\n", (void *)ehci->stAsync->qh_dma_addr); in ms_ehci_begin() 2388 hcd_reg_writel ((U32)ehci->stAsync->qh_dma_addr, (U32)&ehci->op_regs->asynclistaddr); in ms_ehci_begin() 3202 pEhci->stAsync->hw_next_qh = QH_NEXT (pEhci->stAsync->qh_dma_addr); in ms_qh_ehci_reinit()
|
| H A D | drvEHCI_SCHD.cxx | 496 *hw_p = QH_NEXT (qh->qh_dma_addr); in ms_qh_link_periodic() 591 pEhci->pPeriodic [u32Frame1] = QH_NEXT (pQh->qh_dma_addr); in ms_qh_schedule()
|
| H A D | drvEHCI.h | 454 dma_addr_t qh_dma_addr; /* address of qh */ member
|