Searched refs:EHCI_QH_GET_EPS (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ | ||
| D | ehcireg.h | 324 #define EHCI_QH_GET_EPS(x) (((x) >> 12) & 0x03) /* endpoint speed */ macro |
| D | ehci.c | 1294 EHCI_QH_GET_ENDPT(endp), EHCI_QH_GET_EPS(endp), in ehci_dump_sqh() |