Home
last modified time | relevance | path

Searched refs:XHCI_STS_SRE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_intr.c151 if ((status & (XHCI_STS_HSE | XHCI_STS_SRE | XHCI_STS_HCE)) != 0) { in xhci_intr()
H A Dxhci_polled.c332 if ((status & (XHCI_STS_HSE | XHCI_STS_SRE | XHCI_STS_HCE)) != 0) { in xhci_hcdi_console_input_enter()
385 if ((status & (XHCI_STS_HSE | XHCI_STS_SRE | XHCI_STS_HCE)) != 0) { in xhci_hcdi_console_read()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h92 #define XHCI_STS_SRE 0x00000400 /* RW - Save/Restore Error */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h128 #define XHCI_STS_SRE 0x00000400 /* RW - Save/Restore Error */ macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c2258 XHCI_STS_RSS|XHCI_STS_SRE|XHCI_STS_CNR)); in pci_xhci_hostop_write()