Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-dbg.c133 cpu_to_le32p (&qtd->hw_alt_next), in dbg_qtd()
364 if ((qh->hw_alt_next & QTD_MASK) == ehci->async->hw_alt_next) in qh_lines()
366 else if (qh->hw_alt_next == EHCI_LIST_END) in qh_lines()
381 (cpu_to_le32p (&qh->hw_alt_next) >> 1) & 0x0f); in qh_lines()
395 if (td->hw_alt_next == ehci->async->hw_alt_next) in qh_lines()
397 else if (td->hw_alt_next != EHCI_LIST_END) in qh_lines()
Dehci-q.c92 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
351 && (qh->hw_alt_next & QTD_MASK) in qh_completions()
352 == ehci->async->hw_alt_next) { in qh_completions()
542 qtd->hw_alt_next = ehci->async->hw_alt_next; in qh_urb_transaction()
565 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
Dehci.h271 u32 hw_alt_next; /* see EHCI 3.5.2 */ member
355 u32 hw_alt_next; member
Dehci-mem.c67 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
Dehci-hcd.c418 ehci->async->hw_alt_next = QTD_NEXT (ehci->async->dummy->qtd_dma); in ehci_start()