Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h256 #define EHCI_QH_GET_NRL(x) (((x) >> 28) & 0x0f) /* NAK reload */ macro
Dehci.c730 EHCI_QH_GET_NRL(endp)); in ehci_dump_sqh()