Home
last modified time | relevance | path

Searched defs:XHCI_SCTX_3_SLOT_STATE_GET (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h122 #define XHCI_SCTX_3_SLOT_STATE_GET(x) (((x) >> 27) & 0x1F) macro
/freebsd/sys/dev/usb/controller/
H A Dxhci.h106 #define XHCI_SCTX_3_SLOT_STATE_GET(x) (((x) >> 27) & 0x1F) macro