Home
last modified time | relevance | path

Searched refs:itd_self (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c421 itd->itd_self = in ehci_init()
440 [i & (EHCI_VIRTUAL_FRAMELIST_COUNT - 1)]->itd_self; in ehci_init()
774 PRINTK("ITD(%p) at 0x%08x\n", itd, hc32toh(sc, itd->itd_self) & ~0x1F); in ehci_dump_itd()
910 last->itd_next = ehci_std->itd_self; in _ehci_append_hs_td()
3580 td->itd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_ITD);
3582 td->itd_self = htohc32(sc, (unsigned int)page_info.buffer | EHCI_LINK_ITD);
Dehci.h117 uint32_t itd_self; member