Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h86 #define USBSTS_HCPE BIT4 // Host Controller Process Error macro
DUhciReg.c216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in UhciIsHcWorking()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h58 #define USBSTS_HCPE BIT4 /* Host Controller Process Error - the scripts were buggy */ macro
DUhcPeim.c1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in IsStatusOK()