Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/controller/
HDuhci.c143 uint32_t td_token; member
240 if ((td->td_token & htole32(UHCI_TD_PID)) == in uhci_mem_layout_fixup()
552 td_x->td_token = htole32(0); in uhci_init()
607 td_lst->td_token = htole32(0); in uhci_init()
726 uint32_t td_token; in uhci_dump_td() local
733 td_token = le32toh(p->td_token); in uhci_dump_td()
747 td_token, in uhci_dump_td()
769 UHCI_TD_GET_PID(td_token), in uhci_dump_td()
770 UHCI_TD_GET_DEVADDR(td_token), in uhci_dump_td()
771 UHCI_TD_GET_ENDPT(td_token), in uhci_dump_td()
[all …]
HDuhci.h89 volatile uint32_t td_token; member