Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h95 #define XHCI_STS_HCE 0x00001000 /* RO - Host Controller Error */ macro
H A Dxhci.c1626 XHCI_STS_HSE | XHCI_STS_HCE)) { in xhci_interrupt()
1641 if (status & XHCI_STS_HCE) { in xhci_interrupt()