Searched refs:USBSTS_HSE (Results 1 – 4 of 4) sorted by relevance
85 #define USBSTS_HSE BIT3 // Host System Error macro
216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in UhciIsHcWorking()
57 #define USBSTS_HSE BIT3 /* Host System Error - basically PCI problems */ macro
1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in IsStatusOK()