Home
last modified time | relevance | path

Searched refs:XHCI_STS_HCE (Results 1 – 4 of 4) 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.h94 #define XHCI_STS_HCE 0x00001000 /* RO - Host Controller Error */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h130 #define XHCI_STS_HCE 0x00001000 /* RO - HC Error */ macro