Home
last modified time | relevance | path

Searched refs:XHCI_HCS2_SPR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h55 #define XHCI_HCS2_SPR(x) (((x) >> 26) & 0x1) macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h78 #define XHCI_HCS2_SPR(x) (((x) >> 24) & 0x1) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1243 xcap->xcap_scratch_restore = XHCI_HCS2_SPR(struc2); in xhci_read_params()