Lines Matching refs:EHCI_LIST_END
283 #define EHCI_LIST_END cpu_to_le32(1) /* "null pointer" to hw */ macro
980 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
981 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
1016 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
1017 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
1170 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
1191 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init()
1251 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1478 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1568 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
1731 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
2477 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2555 qh->hw_next = EHCI_LIST_END; in qh_schedule()
3050 oxu->async->hw_qtd_next = EHCI_LIST_END; in oxu_hcd_init()