Searched refs:USBSTS_HCPE (Results 1 – 4 of 4) sorted by relevance
86 #define USBSTS_HCPE BIT4 // Host Controller Process Error macro
216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in UhciIsHcWorking()
58 #define USBSTS_HCPE BIT4 /* Host Controller Process Error - the scripts were buggy */ macro
1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in IsStatusOK()