Home
last modified time | relevance | path

Searched refs:USBSTS_HCH (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.c187 if ((UsbSts & USBSTS_HCH) == USBSTS_HCH) { in UhciStopHc()
216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in UhciIsHcWorking()
DUhciReg.h87 #define USBSTS_HCH BIT5 // HC Halted macro
DUhci.c157 } else if ((UsbSts & USBSTS_HCH) != 0) { in Uhci2GetState()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h59 #define USBSTS_HCH BIT5 /* HC Halted */ macro
DUhcPeim.c1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in IsStatusOK()