Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c891 pQh->hw_alt_next_qtd = EHCI_LIST_END; in ms_qh_refresh()
926 pQh->hw_alt_next_qtd = EHCI_LIST_END; in ms_qh_update_link()
1176 && !(pQtd->hw_alt_next_qtd & EHCI_LIST_END)) in ms_qh_completions()
1412 pQtd->hw_alt_next_qtd = pEhci->stAsync->hw_alt_next_qtd; in ms_qh_urb_process()
1432 pQtd->hw_alt_next_qtd = EHCI_LIST_END; in ms_qh_urb_process()
2386 ehci->stAsync->hw_alt_next_qtd = (U32)(ehci->stAsync->pDummyQtd->qtd_dma_addr); in ms_ehci_begin()
3207 pEhci->stAsync->hw_alt_next_qtd = (U32)(pEhci->stAsync->pDummyQtd->qtd_dma_addr); in ms_qh_ehci_reinit()
3262 pQtd->hw_alt_next_qtd = EHCI_LIST_END; // EHSET in ms_qh_urb_transaction_EHSET()
3303 pQtd->hw_alt_next_qtd = ehci->stAsync->hw_alt_next_qtd; in ms_qh_urb_transaction_EHSET()
3322 pQtd->hw_alt_next_qtd = EHCI_LIST_END; in ms_qh_urb_transaction_EHSET()
H A DdrvEHCI.h388 U32 hw_alt_next_qtd; member
449 U32 hw_alt_next_qtd; member
H A DdrvEHCI_MEM.cxx105 pQtd->hw_alt_next_qtd = EHCI_LIST_END; in ms_ehci_qtd_init()