Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhcireg.h260 #define XHCI_SCTX_SPEED(x) (((x) & 0xf) << 20) macro
Dxhci.c1546 xhci_last_valid_dci(sdev->pipes, NULL) | XHCI_SCTX_SPEED(speed) | in xhci_context_setup()