Searched refs:itd_next (Results 1 – 4 of 4) sorted by relevance
158 volatile uint32_t itd_next; /* Next ITD */ member
474 itd->itd_next = in ehci_init()830 printf(" next=0x%08x\n", hc32toh(sc, itd->itd_next)); in ehci_dump_itd()953 std->itd_next = last->itd_next; in _ehci_append_hs_td()963 last->itd_next = std->itd_self; in _ehci_append_hs_td()1031 std->prev->itd_next = std->itd_next; in _ehci_remove_hs_td()
577 temp = (sitd->itd_next == 0); in ohci_dump_itd()587 le32toh(sitd->itd_next), in ohci_dump_itd()1926 td_last->itd_next = td->itd_self; in ohci_device_isoc_enter()1935 td_last->itd_next = 0; in ohci_device_isoc_enter()
84 volatile uint32_t itd_next; member