Searched defs:XHCI_EPCTX_1_EPTYPE_GET (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_xhci.h147 #define XHCI_EPCTX_1_EPTYPE_GET(x) (((x) >> 3) & 0x7) macro
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.h136 #define XHCI_EPCTX_1_EPTYPE_GET(x) (((x) >> 3) & 0x7) macro

Completed in 74 milliseconds