HomeSort by relevance Sort by last modified time
    Searched defs:UsbStatus (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.c     [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 603 UINT32 *UsbStatus;
612 UsbStatus = (UINT32 *)(UINTN)(Handle->EhciMemoryBase + 0x24);
627 if ((MmioRead32((UINTN)UsbStatus) & BIT12) != 0) {
640 while ((MmioRead32((UINTN)UsbStatus) & BIT12) != 0);
    [all...]

Completed in 455 milliseconds