Searched refs:hw_next (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_SCHD.cxx | 137 hw_p = &here.qh->hw_next; in periodic_unlink() 150 *hw_p = here.qh->hw_next; in periodic_unlink() 348 qh1->hw_next = EHCI_LIST_END; in intr_deschedule() 354 qh1->hw_next = EHCI_LIST_END; in intr_deschedule() 451 qh->hw_next = EHCI_LIST_END; in qh_schedule() 692 itd->hw_next = EHCI_LIST_END; in itd_fill() 841 itd->hw_next = ehci->periodic [frame]; in itd_link() 1159 last = (q.qh->hw_next == EHCI_LIST_END); in scan_periodic() 1163 type = Q_NEXT_TYPE (q.qh->hw_next); in scan_periodic() 1175 last = (q.fstn->hw_next == EHCI_LIST_END); in scan_periodic() [all …]
|
| H A D | drvEHCI.h | 1337 U32 hw_next; /* see EHCI 3.5.1 */ member 1649 U32 *hw_next; member 1690 U32 hw_next; member 1964 U32 hw_next; member 2141 U32 hw_next; member 2243 U32 hw_next; member
|
| H A D | drvEhciHcd.c | 3305 last->hw_next = qtd->hw_next; in qh_completions() 3785 qtd_prev->hw_next = QTD_NEXT (qtd->qtd_dma); in qh_urb_transaction() 3987 qtd_prev->hw_next = QTD_NEXT (qtd->qtd_dma); in qh_urb_transaction() 4159 qtd_prev->hw_next = QTD_NEXT (qtd->qtd_dma); in qh_urb_transaction() 5111 qh->hw_next = head->hw_next; in qh_link_async() 5115 head->hw_next = dma; in qh_link_async() 5186 qh->hw_next = dma; 5198 qh->hw_next = q->hw_next; 5201 q->hw_next = dma; 5555 qtd->hw_next = QTD_NEXT (dma); in qh_append_tds() [all …]
|
| H A D | drvEHCIDBG.cpp | 181 cpu_to_le32p (&qtd->hw_next), in dbg_qtd() 196 qh, qh->hw_next, qh->hw_info1, qh->hw_info2, in dbg_qh() 848 tag = Q_NEXT_TYPE (p.qh->hw_next); in show_periodic() 856 tag = Q_NEXT_TYPE (p.fstn->hw_next); in show_periodic() 880 tag = Q_NEXT_TYPE (p.itd->hw_next); in show_periodic() 886 tag = Q_NEXT_TYPE (p.sitd->hw_next); in show_periodic()
|
| H A D | drvEHCI_MEM.cxx | 138 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEhciHcd.c | 2168 unsigned int hw_next; in dbg_timeout_async() local 2171 hw_next = hcd_reg_readl ((U32)&ehci->op_regs->asynclistaddr); in dbg_timeout_async() 2172 diag_printf("[EHCI] async register %x\n", hw_next); in dbg_timeout_async() 2174 hw_next = (U32)ehci->stAsync; in dbg_timeout_async() 2175 diag_printf("--> %8x", hw_next); in dbg_timeout_async() 2176 diag_printf("--> %8x", hw_next+0x80); in dbg_timeout_async() 2177 diag_printf("--> %8x", hw_next+0x100); in dbg_timeout_async() 2178 diag_printf("--> %8x\n", hw_next+0x180); in dbg_timeout_async() 2180 hw_p = (unsigned int *)hw_next; in dbg_timeout_async() 2182 hw_next += 0x80; in dbg_timeout_async() [all …]
|
| H A D | drvEHCI_SCHD.cxx | 94 hw_p = here.hw_next; in ms_periodic_unlink() 107 *hw_p = *here.hw_next; in ms_periodic_unlink()
|
| H A D | drvEHCI.h | 437 U32 *hw_next; member
|