Home
last modified time | relevance | path

Searched refs:QH_NEXT (Results 1 – 6 of 6) 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()
444 pEhci->stAsync->hw_next_qh = QH_NEXT(pEhci->stAsync->qh_dma_addr); in ms_ehci_softrst()
1706 U32 u32DmaAddr = QH_NEXT (pQh->qh_dma_addr); in ms_qh_link_async()
2381 ehci->stAsync->hw_next_qh = QH_NEXT (ehci->stAsync->qh_dma_addr); in ms_ehci_begin()
3202 pEhci->stAsync->hw_next_qh = QH_NEXT (pEhci->stAsync->qh_dma_addr); in ms_qh_ehci_reinit()
H A DdrvEHCI_SCHD.cxx496 *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 DdrvEHCI.h431 #define QH_NEXT(dma) ((((U32)dma)&~0x01f)|QH_TYPE) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1558 #define QH_NEXT(dma) (CPUToLE32(((U32)dma)&~0x01f)|Q_TYPE_QH) macro
H A DdrvEhciHcd.c4989 U32 dma = QH_NEXT (qh->qh_dma); in qh_link_async()
5124 U32 dma = QH_NEXT (qh->qh_dma);
7036 ehci->async->hw_next = QH_NEXT (ehci->async->qh_dma); in ehci_start()
H A DdrvEHCI_SCHD.cxx501 QH_NEXT (qh->qh_dma); in qh_schedule()