Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehcireg.h107 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */ macro
118 #define EHCI_NORMAL_INTRS (EHCI_STS_IAA | EHCI_STS_HSE | \
H A Dehci.c595 if (i & EHCI_STS_HSE) in ehci_dump_regs()
596 PRINTK(" EHCI_STS_HSE\n"); in ehci_dump_regs()
1418 if (status & EHCI_STS_HSE) { in ehci_interrupt()

Completed in 5 milliseconds