Home
last modified time | relevance | path

Searched refs:EHCI_LIST_END (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/host/
Dehci-mem.c44 qtd->hw_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
45 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
224 hw->hw_next = EHCI_LIST_END(ehci); in ehci_mem_init()
225 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_mem_init()
226 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
234 ehci->periodic[i] = EHCI_LIST_END(ehci); in ehci_mem_init()
Dehci-q.c100 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
416 & EHCI_LIST_END(ehci))) { in qh_completions()
473 & EHCI_LIST_END(ehci))) in qh_completions()
546 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
708 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1234 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
Doxu210hp-hcd.c556 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
557 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
592 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
593 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
746 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
767 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init()
827 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1056 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1146 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
1312 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
[all …]
Dehci-sched.c102 != EHCI_LIST_END(ehci)) in periodic_unlink()
734 hw->hw_next = EHCI_LIST_END(ehci); in end_unlink_intr()
868 hw->hw_next = EHCI_LIST_END(ehci); in qh_schedule()
1695 itd->hw_next = EHCI_LIST_END(ehci); in itd_init()
2137 sitd->hw_next = EHCI_LIST_END(ehci); in sitd_patch()
2141 sitd->hw_backpointer = EHCI_LIST_END(ehci); in sitd_patch()
2446 q.itd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
2482 q.sitd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
Doxu210hp.h252 #define EHCI_LIST_END cpu_to_le32(1) /* "null pointer" to hw */ macro
Dehci.h356 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ macro
Dehci-hcd.c531 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_init()
Dehci-dbg.c421 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines()