Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h145 #define XHCI_EPCTX_1_EPTYPE_GET(x) (((x) >> 3) & 0x7) macro
/freebsd/sys/dev/usb/controller/
H A Dxhci.h142 #define XHCI_EPCTX_1_EPTYPE_GET(x) (((x) >> 3) & 0x7) macro