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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dehcireg.h108 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */ macro
119 #define EHCI_NORMAL_INTRS (EHCI_STS_IAA | EHCI_STS_HSE | \
H A Dehci.c654 if (i & EHCI_STS_HSE)
655 printf(" EHCI_STS_HSE\n");
1485 if (status & EHCI_STS_HSE) {

Completed in 104 milliseconds