Searched refs:XHCI_SCTX_0_SPEED_SET (Results 1 – 3 of 3) sorted by relevance
94 #define XHCI_SCTX_0_SPEED_SET(x) (((x) & 0xF) << 20) macro
78 #define XHCI_SCTX_0_SPEED_SET(x) (((x) & 0xF) << 20) macro
2569 temp |= XHCI_SCTX_0_SPEED_SET(2); in xhci_configure_device()2578 temp |= XHCI_SCTX_0_SPEED_SET(3); in xhci_configure_device()2586 temp |= XHCI_SCTX_0_SPEED_SET(1); in xhci_configure_device()2595 temp |= XHCI_SCTX_0_SPEED_SET(4); in xhci_configure_device()