Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhci.c400 std->td.td_token = htole32(0); in uhci_init()
456 std->td.td_token = htole32(0); in uhci_init()
634 (long)letoh32(p->td.td_token), in uhci_dump_td()
648 UHCI_TD_GET_PID(letoh32(p->td.td_token)), in uhci_dump_td()
649 UHCI_TD_GET_DEVADDR(letoh32(p->td.td_token)), in uhci_dump_td()
650 UHCI_TD_GET_ENDPT(letoh32(p->td.td_token)), in uhci_dump_td()
651 UHCI_TD_GET_DT(letoh32(p->td.td_token)), in uhci_dump_td()
652 UHCI_TD_GET_MAXLEN(letoh32(p->td.td_token)))); in uhci_dump_td()
1170 UHCI_TD_GET_MAXLEN(letoh32(std->td.td_token))) in uhci_check_intr()
1262 if (UHCI_TD_GET_PID(letoh32(std->td.td_token)) != in uhci_idone()
[all …]
Duhcireg.h155 u_int32_t td_token; member