Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/controller/
Duhci.c146 uint32_t td_token; member
244 if ((td->td_token & htole32(UHCI_TD_PID)) == in uhci_mem_layout_fixup()
558 td_x->td_token = htole32(0); in uhci_init()
613 td_lst->td_token = htole32(0); in uhci_init()
733 uint32_t td_token; in uhci_dump_td() local
740 td_token = le32toh(p->td_token); in uhci_dump_td()
754 td_token, in uhci_dump_td()
776 UHCI_TD_GET_PID(td_token), in uhci_dump_td()
777 UHCI_TD_GET_DEVADDR(td_token), in uhci_dump_td()
778 UHCI_TD_GET_ENDPT(td_token), in uhci_dump_td()
[all …]
Duhci.h88 volatile uint32_t td_token; member