Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h104 #define XHCI_SCTX_3_SLOT_STATE_SET(x) (((x) & 0x1F) << 27) macro
H A Dxhci.c2685 XHCI_SCTX_3_SLOT_STATE_SET(0); in xhci_configure_device()