Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h171 uint32_t itd_self; member
H A Dohci.c581 sitd, le32toh(sitd->itd_self), in ohci_dump_itd()
1926 td_last->itd_next = td->itd_self; in ohci_device_isoc_enter()
1965 ed->ed_headp = td->itd_self; in ohci_device_isoc_enter()
2456 itd->itd_self = htole32(page_info.physaddr); in ohci_xfer_setup()
H A Dehci.h112 uint32_t itd_self; member
H A Dehci.c470 itd->itd_self = in ehci_init()
492 [i & (EHCI_VIRTUAL_FRAMELIST_COUNT - 1)]->itd_self; in ehci_init()
829 printf("ITD(%p) at 0x%08x\n", itd, hc32toh(sc, itd->itd_self) & ~0x1F); in ehci_dump_itd()
963 last->itd_next = std->itd_self; in _ehci_append_hs_td()
3545 td->itd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_ITD); in ehci_xfer_setup()