Home
last modified time | relevance | path

Searched refs:XHCI_ID_PROTOCOLS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h198 #define XHCI_ID_PROTOCOLS 0x0002 macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h260 #define XHCI_ID_PROTOCOLS 0x0002 macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c2510 value = (0x02 << 24) | (4 << 8) | XHCI_ID_PROTOCOLS; in pci_xhci_xecp_read()
2524 value = (0x03 << 24) | XHCI_ID_PROTOCOLS; in pci_xhci_xecp_read()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1478 while (xhci_find_ext_cap(xhcip, XHCI_ID_PROTOCOLS, off, &off) == in xhci_port_count()