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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Dehcireg.h106 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */ macro
117 #define EHCI_NORMAL_INTRS (EHCI_STS_IAA | EHCI_STS_HSE | \
H A Dehci.c673 if (i & EHCI_STS_HSE)
674 printf(" EHCI_STS_HSE\n");
1501 if (status & EHCI_STS_HSE) {

Completed in 116 milliseconds