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/
Dehcireg.h108 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */ macro
119 #define EHCI_NORMAL_INTRS (EHCI_STS_IAA | EHCI_STS_HSE | \
Dehci.c596 if (i & EHCI_STS_HSE) in ehci_dump_regs()
1419 if (status & EHCI_STS_HSE) { in ehci_interrupt()