Searched refs:UsbDebugPortRegister (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c504 USB_DEBUG_PORT_REGISTER *UsbDebugPortRegister; local
531 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(Handle->UsbDebugPortMemoryBase + Handle->DebugPortOffset);
532 if ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) &
561 USB_DEBUG_PORT_REGISTER *UsbDebugPortRegister; local
571 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(Handle->UsbDebugPortMemoryBase + Handle->DebugPortOffset);
619 MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, USB_DEBUG_PORT_OWNER);
653 MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, USB_DEBUG_PORT_ENABLE | USB_DEBUG_PORT_IN_USE);
663 Status = UsbDebugPortControlTransfer (UsbDebugPortRegister, &mGetDebugDescriptor, 0x0, 0x0, (UINT8*)&UsbDebugPortDescriptor, &Length);
678 Status = UsbDebugPortControlTransfer (UsbDebugPortRegister, &mSetDebugAddress, 0x0, 0x0, NULL, NULL);
689 Status = UsbDebugPortControlTransfer (UsbDebugPortRegister,
721 USB_DEBUG_PORT_REGISTER *UsbDebugPortRegister; local
876 USB_DEBUG_PORT_REGISTER *UsbDebugPortRegister; local
963 USB_DEBUG_PORT_REGISTER *UsbDebugPortRegister; local
[all...]

Completed in 62 milliseconds