Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h77 #define XHCI_SCTX_0_SPEED_SET(x) (((x) & 0xF) << 20) macro
H A Dxhci.c2588 temp |= XHCI_SCTX_0_SPEED_SET(2); in xhci_configure_device()
2597 temp |= XHCI_SCTX_0_SPEED_SET(3); in xhci_configure_device()
2605 temp |= XHCI_SCTX_0_SPEED_SET(1); in xhci_configure_device()
2614 temp |= XHCI_SCTX_0_SPEED_SET(4); in xhci_configure_device()