Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehcireg.h322 #define EHCI_QH_GET_ENDPT(x) (((x) >> 8) & 0x0f) /* endpoint no */ macro
H A Dehci.c1294 EHCI_QH_GET_ENDPT(endp), EHCI_QH_GET_EPS(endp), in ehci_dump_sqh()