Searched refs:USBSTS_HCPE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h86 #define USBSTS_HCPE BIT4 // Host Controller Process Error macro
H A DUhciReg.c216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h58 #define USBSTS_HCPE BIT4 /* Host Controller Process Error - the scripts were buggy */ macro
H A DUhcPeim.c1167 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) {

Completed in 439 milliseconds