Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx126 phw_p = &pQh->qh->hw_next_qh; // patch from Linux, move hardware pointer too in ms_periodic_usecs()
250 pQh1->hw_next_qh = EHCI_LIST_END; in ms_intr_deschedule()
258 pQh1->hw_next_qh = EHCI_LIST_END; in ms_intr_deschedule()
268 pQh1->hw_next_qh = EHCI_LIST_END; in ms_intr_deschedule()
376 type = Q_NEXT_TYPE(here.qh->hw_next_qh); in ms_tt_no_collision()
486 hw_p = &here.qh->hw_next_qh; in ms_qh_link_periodic()
493 qh->hw_next_qh = *hw_p; in ms_qh_link_periodic()
516 pQh->hw_next_qh = EHCI_LIST_END; in ms_qh_schedule()
720 last = (q.qh->hw_next_qh == EHCI_LIST_END); in ms_scan_periodic()
722 u32Type = Q_NEXT_TYPE (q.qh->hw_next_qh); in ms_scan_periodic()
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()
1738 pQh->hw_next_qh = pHead->hw_next_qh; in ms_qh_link_async()
1742 pHead->hw_next_qh = u32DmaAddr; in ms_qh_link_async()
2009 USB_ASSERT(pPrev->hw_next_qh == pQh->hw_next_qh, in ms_start_unlink_async()
2013 pPrev->hw_next_qh = pQh->hw_next_qh; in ms_start_unlink_async()
2015 pPrev->hw_next_qh = pQh->hw_next_qh; in ms_start_unlink_async()
2381 ehci->stAsync->hw_next_qh = QH_NEXT (ehci->stAsync->qh_dma_addr); in ms_ehci_begin()
3155 ms_debug_err("[reinit] async hw_next_qh %x\n", pEhci->stAsync->hw_next_qh); in ms_qh_ehci_reinit()
[all …]
H A DdrvEHCI.h444 U32 hw_next_qh; member