Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h83 #define XHCI_SCTX_0_CTX_NUM_SET(x) (((x) & 0x1F) << 27) macro
H A Dxhci.c2316 temp &= ~XHCI_SCTX_0_CTX_NUM_SET(31); in xhci_configure_mask()
2317 temp |= XHCI_SCTX_0_CTX_NUM_SET(x + 1); in xhci_configure_mask()
2583 XHCI_SCTX_0_CTX_NUM_SET( in xhci_configure_device()