Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dxhcireg.h143 #define XHCI_STS_HSE __BIT(2) /* RW - Host System Error */ macro
Dxhci.c1774 if ((usbsts & (XHCI_STS_HSE | XHCI_STS_EINT | XHCI_STS_PCD | in xhci_intr1()