Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhcireg.h267 #define XHCI_SCTX_RHPORT(x) (((x) & 0xff) << 16) macro
Dxhci.c1549 sdev->slot_ctx->info_hi = htole32(XHCI_SCTX_RHPORT(rhport)); in xhci_context_setup()