Home
last modified time | relevance | path

Searched refs:stAsync (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c440 (pEhci->stAsync->hw_next_qh != QH_NEXT(pEhci->stAsync->qh_dma_addr))) in ms_ehci_softrst()
443 pEhci->stAsync->hw_next_qh); 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()
1412 pQtd->hw_alt_next_qtd = pEhci->stAsync->hw_alt_next_qtd; in ms_qh_urb_process()
1710 pHead = pEhci->stAsync; in ms_qh_link_async()
1958 && pEhci->stAsync->qh_next.qh == 0) in ms_end_unlink_async()
1986 if (pQh == pEhci->stAsync) in ms_start_unlink_async()
2002 pPrev = pEhci->stAsync; in ms_start_unlink_async()
2088 pQh = pEhci->stAsync->qh_next.qh; in ms_scan_async()
[all …]
H A DdrvEHCI_MEM.cxx168 if (pEhci->stAsync) in ms_ehci_mem_cleanup()
169 ms_qh_put (pEhci, pEhci->stAsync); in ms_ehci_mem_cleanup()
170 pEhci->stAsync = 0; in ms_ehci_mem_cleanup()
227 pEhci->stAsync = ms_ehci_qh_alloc (pEhci, iFlags); in ms_ehci_mem_init()
228 if (!pEhci->stAsync) in ms_ehci_mem_init()
H A DdrvEHCI.h133 struct ehci_qh *stAsync; member