Home
last modified time | relevance | path

Searched refs:XHCI_SCTX_0_SPEED_SET (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.h78 #define XHCI_SCTX_0_SPEED_SET(x) (((x) & 0xF) << 20) macro
H A Dxhci.c2555 temp |= XHCI_SCTX_0_SPEED_SET(2); in xhci_configure_device()
2564 temp |= XHCI_SCTX_0_SPEED_SET(3); in xhci_configure_device()
2572 temp |= XHCI_SCTX_0_SPEED_SET(1); in xhci_configure_device()
2581 temp |= XHCI_SCTX_0_SPEED_SET(4); in xhci_configure_device()

Completed in 6 milliseconds