Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h291 #define XHCI_XECP_PROT_PCOUNT(x) (((x) >> 8) & 0xff) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1500 count = XHCI_XECP_PROT_PCOUNT(rport); in xhci_port_count()