Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h314 #define XHCI_SCTX_SET_NPORTS(x) (((x) & 0xff) << 24) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1863 xd->xd_slotin->xsc_info2 |= LE_32(XHCI_SCTX_SET_NPORTS(nports)); in xhci_hcdi_hub_update()