HomeSort by relevance Sort by last modified time
    Searched refs:USBSTS_HCH (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciReg.c 187 if ((UsbSts & USBSTS_HCH) == USBSTS_HCH) {
216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) {
UhciReg.h 87 #define USBSTS_HCH BIT5 // HC Halted
Uhci.c 157 } else if ((UsbSts & USBSTS_HCH) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.h 59 #define USBSTS_HCH BIT5 /* HC Halted */
    [all...]
UhcPeim.c 1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) {
    [all...]

Completed in 197 milliseconds