Searched refs:itd_self (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h172 uint32_t itd_self; member in struct:ohci_itd
H A Dehci.h114 uint32_t itd_self; member in struct:ehci_itd
H A Dohci.c583 sitd, le32toh(sitd->itd_self),
1969 td_last->itd_next = td->itd_self;
2008 ed->ed_headp = td->itd_self;
2500 itd->itd_self = htole32(page_info.physaddr);
H A Dehci.c472 itd->itd_self =
494 [i & (EHCI_VIRTUAL_FRAMELIST_COUNT - 1)]->itd_self;
832 printf("ITD(%p) at 0x%08x\n", itd, hc32toh(sc, itd->itd_self) & ~0x1F);
966 last->itd_next = std->itd_self;
3649 td->itd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_ITD);

Completed in 135 milliseconds