Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h243 #define EHCI_QH_GET_EPS(x) (((x) >> 12) & 0x03) /* endpoint speed */ macro
Dehci.c727 EHCI_QH_GET_ENDPT(endp), EHCI_QH_GET_EPS(endp), in ehci_dump_sqh()