Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.h251 #define EHCI_QH_GET_NRL(x) (((x) >> 28) & 0x0f) /* NAK reload */ macro
H A Dehci.c785 EHCI_QH_GET_NRL(endp)); in ehci_dump_sqh()