Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h85 #define USBSTS_HSE BIT3 // Host System Error macro
DUhciReg.c216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in UhciIsHcWorking()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h57 #define USBSTS_HSE BIT3 /* Host System Error - basically PCI problems */ macro
DUhcPeim.c1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in IsStatusOK()