Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDehcireg.h106 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */ macro
117 #define EHCI_NORMAL_INTRS (EHCI_STS_IAA | EHCI_STS_HSE | \
HDehci.c668 if (i & EHCI_STS_HSE) in ehci_dump_regs()
1503 if (status & EHCI_STS_HSE) { in ehci_interrupt()