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()
216 hw->hw_next = EHCI_LIST_END(ehci); in ehci_mem_init()
217 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_mem_init()
218 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
226 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()
421 & EHCI_LIST_END(ehci))) { in qh_completions()
482 & EHCI_LIST_END(ehci))) in qh_completions()
555 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
712 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1241 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
Doxu210hp-hcd.c555 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
556 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
591 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
592 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
745 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
766 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init()
826 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1053 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1143 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
1306 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
[all …]
Dehci-sched.c102 != EHCI_LIST_END(ehci)) in periodic_unlink()
735 hw->hw_next = EHCI_LIST_END(ehci); in end_unlink_intr()
869 hw->hw_next = EHCI_LIST_END(ehci); in qh_schedule()
1692 itd->hw_next = EHCI_LIST_END(ehci); in itd_init()
2135 sitd->hw_next = EHCI_LIST_END(ehci); in sitd_patch()
2139 sitd->hw_backpointer = EHCI_LIST_END(ehci); in sitd_patch()
2446 q.itd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
2481 q.sitd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
Doxu210hp.h253 #define EHCI_LIST_END cpu_to_le32(1) /* "null pointer" to hw */ macro
Dehci.h361 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ macro
Dehci-hcd.c539 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_init()
Dehci-dbg.c391 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines()