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/
Dxhci.h79 #define XHCI_SCTX_0_SPEED_SET(x) (((x) & 0xF) << 20) macro
Dxhci.c2576 temp |= XHCI_SCTX_0_SPEED_SET(2); in xhci_configure_device()
2585 temp |= XHCI_SCTX_0_SPEED_SET(3); in xhci_configure_device()
2593 temp |= XHCI_SCTX_0_SPEED_SET(1); in xhci_configure_device()
2602 temp |= XHCI_SCTX_0_SPEED_SET(4); in xhci_configure_device()