Searched refs:EHCI_ITD_GET_ENDPT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/usb/controller/ | ||
| D | ehci.h | 104 #define EHCI_ITD_GET_ENDPT(x) (((x) >> 8) & 0xF) macro |
| D | ehci.c | 853 EHCI_ITD_GET_ENDPT(hc32toh(sc, itd->itd_bp[0]))); in ehci_dump_itd() |