Searched defs:UsbStatus (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c999 UINT32 UsbStatus; local
1036 &UsbStatus
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c566 UINT32 *UsbStatus; local
575 UsbStatus = (UINT32 *)(Handle->EhciMemoryBase + 0x24);
594 if ((MmioRead32((UINTN)UsbStatus) & BIT12) == 0) {
596 while ((MmioRead32((UINTN)UsbStatus) & BIT12) == 0);
610 if (MmioRead32((UINTN)UsbStatus) & BIT12) {
613 while (MmioRead32((UINTN)UsbStatus) & BIT12);

Completed in 36 milliseconds