Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h51 #define XHCI_HCS1_N_PORTS(x) (((x) >> 24) & 0xFF) macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h69 #define XHCI_HCS1_N_PORTS(x) (((x) >> 24) & 0xFF) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1232 xcap->xcap_max_ports = XHCI_HCS1_N_PORTS(struc1); in xhci_read_params()