Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h289 #define XHCI_XECP_PROT_MAJOR(x) (((x) >> 24) & 0xff) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1498 maj = XHCI_XECP_PROT_MAJOR(rvers); in xhci_port_count()