Lines Matching refs:stAsync

440         (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()
2174 hw_next = (U32)ehci->stAsync; in dbg_timeout_async()
2194 qh = ehci->stAsync->qh_next.qh; in dbg_timeout_async()
2302 ms_start_unlink_async (pEhci, pEhci->stAsync); in ms_ehci_watchdog()
2380 ehci->stAsync->qh_next.qh = 0; in ms_ehci_begin()
2381 ehci->stAsync->hw_next_qh = QH_NEXT (ehci->stAsync->qh_dma_addr); in ms_ehci_begin()
2382 ehci->stAsync->hw_ep_state1 = QH_H_BIT; in ms_ehci_begin()
2383 ehci->stAsync->hw_token = QTD_STS_HALT; in ms_ehci_begin()
2384 ehci->stAsync->hw_next_qtd = EHCI_LIST_END; in ms_ehci_begin()
2385 ehci->stAsync->qh_status = QH_STS_LINKED; in ms_ehci_begin()
2386 ehci->stAsync->hw_alt_next_qtd = (U32)(ehci->stAsync->pDummyQtd->qtd_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()
2501 if (ehci->stAsync) // patch from Linux 3.1.10 in ms_ehci_end()
2619 ((pEhci->stAsync->qh_next.ptr != 0) || (pEhci->u32PeriodicSched != 0))) in ms_ehci_work()
3062 for (tmp = pEhci->stAsync->qh_next.qh; in ms_ehci_disable_ep()
3152 if( pEhci->stAsync->qh_next.qh != 0 ) in ms_qh_ehci_reinit()
3154 … ms_debug_err("[reinit] MAY Not only cantain one qHD in asyn. scheduler (%p)\n", pEhci->stAsync); in ms_qh_ehci_reinit()
3155 ms_debug_err("[reinit] async hw_next_qh %x\n", pEhci->stAsync->hw_next_qh); in ms_qh_ehci_reinit()
3157 struct ehci_qh *pQh = pEhci->stAsync->qh_next.qh; in ms_qh_ehci_reinit()
3186 if( pEhci->stAsync->qh_next.qh != 0 ) in ms_qh_ehci_reinit()
3188 struct ehci_qh *pQh = pEhci->stAsync->qh_next.qh; in ms_qh_ehci_reinit()
3201 pEhci->stAsync->qh_next.qh = NULL; in ms_qh_ehci_reinit()
3202 pEhci->stAsync->hw_next_qh = QH_NEXT (pEhci->stAsync->qh_dma_addr); in ms_qh_ehci_reinit()
3203 pEhci->stAsync->hw_ep_state1 = QH_H_BIT; in ms_qh_ehci_reinit()
3204 pEhci->stAsync->hw_token = QTD_STS_HALT; in ms_qh_ehci_reinit()
3205 pEhci->stAsync->hw_next_qtd = EHCI_LIST_END; in ms_qh_ehci_reinit()
3206 pEhci->stAsync->qh_status = QH_STS_LINKED; in ms_qh_ehci_reinit()
3207 pEhci->stAsync->hw_alt_next_qtd = (U32)(pEhci->stAsync->pDummyQtd->qtd_dma_addr); in ms_qh_ehci_reinit()
3303 pQtd->hw_alt_next_qtd = ehci->stAsync->hw_alt_next_qtd; in ms_qh_urb_transaction_EHSET()