Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h54 #define XHCI_HCS2_ERST_MAX(x) (((x) >> 4) & 0xF) macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h77 #define XHCI_HCS2_ERST_MAX(x) (((x) >> 4) & 0xF) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1242 xcap->xcap_max_esrt = XHCI_HCS2_ERST_MAX(struc2); in xhci_read_params()