Searched refs:QH_NEXT (Results 1 – 6 of 6) sorted by relevance
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()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()
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()
431 #define QH_NEXT(dma) ((((U32)dma)&~0x01f)|QH_TYPE) macro
1558 #define QH_NEXT(dma) (CPUToLE32(((U32)dma)&~0x01f)|Q_TYPE_QH) macro
4989 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()
501 QH_NEXT (qh->qh_dma); in qh_schedule()