Searched refs:EHCI_QH_GET_NRL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ehci.h | 251 #define EHCI_QH_GET_NRL(x) (((x) >> 28) & 0x0f) /* NAK reload */ macro |
H A D | ehci.c | 785 EHCI_QH_GET_NRL(endp)); in ehci_dump_sqh() |