Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h98 #define UHCI_TD_GET_ENDPT(s) (((s) >> 15) & 0xf) macro
H A Duhci.c771 UHCI_TD_GET_ENDPT(td_token), in uhci_dump_td()