Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci_ioctl.h31 #define XHCI_PORTSC_NPORTS 256 macro
39 uint32_t xhi_portsc[XHCI_PORTSC_NPORTS];
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c317 if (xp_port < 1 || xp_port > XHCI_PORTSC_NPORTS) in main()