Home
last modified time | relevance | path

Searched refs:hw_alt_next (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci-dbg.c126 hc32_to_cpup(ehci, &qtd->hw_alt_next), in dbg_qtd()
450 if ((hw->hw_alt_next & QTD_MASK(ehci)) in qh_lines()
451 == ehci->async->hw->hw_alt_next) in qh_lines()
453 else if (hw->hw_alt_next == list_end) in qh_lines()
468 (hc32_to_cpup(ehci, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
482 if (td->hw_alt_next == ehci->async->hw->hw_alt_next) in qh_lines()
484 else if (td->hw_alt_next != list_end) in qh_lines()
Dehci-mem.c45 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
244 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
Doxu210hp.h206 __le32 hw_alt_next; /* see EHCI 3.5.2 */ member
291 __le32 hw_alt_next; member
Dehci-q.c96 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
434 && !(qtd->hw_alt_next in qh_completions()
483 && (qtd->hw_alt_next in qh_completions()
706 qtd->hw_alt_next = ehci->async->hw->hw_alt_next; in qh_urb_transaction()
736 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
Dehci.h241 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member
342 __hc32 hw_alt_next; member
Doxu210hp-hcd.c554 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
590 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
824 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1053 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1281 qtd->hw_alt_next = oxu->async->hw_alt_next; in qh_urb_transaction()
1309 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
2635 oxu->async->hw_alt_next = QTD_NEXT(oxu->async->dummy->qtd_dma); in oxu_hcd_init()
Dehci-hcd.c680 hw->hw_alt_next = QTD_NEXT(ehci, ehci->async->dummy->qtd_dma); in ehci_init()