Searched refs:XHCI_SCTX_0_CTX_NUM_SET (Results 1 – 3 of 3) sorted by relevance
100 #define XHCI_SCTX_0_CTX_NUM_SET(x) (((x) & 0x1F) << 27) macro
84 #define XHCI_SCTX_0_CTX_NUM_SET(x) (((x) & 0x1F) << 27) macro
2297 temp &= ~XHCI_SCTX_0_CTX_NUM_SET(31); in xhci_configure_mask()2298 temp |= XHCI_SCTX_0_CTX_NUM_SET(x + 1); in xhci_configure_mask()2564 XHCI_SCTX_0_CTX_NUM_SET( in xhci_configure_device()