Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dxhcireg.h393 #define XHCI_SCTX_0_HUB_SET(x) (((x) & 0x1) << 26) macro
H A Dxhci.c3068 XHCI_SCTX_0_HUB_SET(ishub ? 1 : 0) | in xhci_setup_tthub()