Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h255 #define EHCI_QH_GET_CTL(x) (((x) >> 27) & 0x01) /* control endpoint */ macro
Dehci.c730 EHCI_QH_GET_MPL(endp), EHCI_QH_GET_CTL(endp), in ehci_dump_sqh()