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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c116 UINT16 DebugPortOffset; member in struct:_USB_DEBUG_PORT_HANDLE
152 @param DebugPortOffset Get usb debug port offset in the usb debug port memory space.
162 OUT UINT16 *DebugPortOffset,
228 *DebugPortOffset = (UINT16)(PciRead16(PcdGet32(PcdUsbEhciPciAddress) + CapabilityPtr + 2) & 0x1FFF);
531 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(Handle->UsbDebugPortMemoryBase + Handle->DebugPortOffset);
571 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(Handle->UsbDebugPortMemoryBase + Handle->DebugPortOffset);
761 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(UsbDebugPortHandle->UsbDebugPortMemoryBase + UsbDebugPortHandle->DebugPortOffset);
913 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(UsbDebugPortHandle->UsbDebugPortMemoryBase + UsbDebugPortHandle->DebugPortOffset);
1000 UsbDebugPortRegister = (USB_DEBUG_PORT_REGISTER *)(UsbDebugPortHandle->UsbDebugPortMemoryBase + UsbDebugPortHandle->DebugPortOffset);
1089 Status = CalculateUsbDebugPortBar(&Handle.DebugPortOffset,
161 CalculateUsbDebugPortBar( OUT UINT16 *DebugPortOffset, OUT UINT8 *DebugPortBarNumbar ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.h171 UINT16 DebugPortOffset; // The offset of debug port mmio register member in struct:_USB2_HC_DEV
H A DEhciReg.c79 (UINT64) (Ehc->DebugPortOffset + Offset),
H A DEhci.c1526 Ehc->DebugPortOffset = DebugPort & 0x1FFF;

Completed in 1443 milliseconds