Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DDebugCommunicationLibUsb.c125 UINT16 DebugPortOffset; member
171 OUT UINT16 *DebugPortOffset, in CalculateUsbDebugPortBar() argument
237 …*DebugPortOffset = (UINT16)(PciRead16(PcdGet32(PcdUsbEhciPciAddress) + CapabilityPtr + 2) & 0x1… in CalculateUsbDebugPortBar()
562 …ter = (USB_DEBUG_PORT_REGISTER *)(UINTN)(Handle->UsbDebugPortMemoryBase + Handle->DebugPortOffset); in NeedReinitializeHardware()
608 …ter = (USB_DEBUG_PORT_REGISTER *)(UINTN)(Handle->UsbDebugPortMemoryBase + Handle->DebugPortOffset); in InitializeUsbDebugHardware()
802 …GISTER *)(UINTN)(UsbDebugPortHandle->UsbDebugPortMemoryBase + UsbDebugPortHandle->DebugPortOffset); in DebugPortReadBuffer()
878 …GISTER *)(UINTN)(UsbDebugPortHandle->UsbDebugPortMemoryBase + UsbDebugPortHandle->DebugPortOffset); in DebugPortWriteBuffer()
958 …GISTER *)(UINTN)(UsbDebugPortHandle->UsbDebugPortMemoryBase + UsbDebugPortHandle->DebugPortOffset); in DebugPortPollBuffer()
1063 Status = CalculateUsbDebugPortBar(&Handle.DebugPortOffset, &Handle.DebugPortBarNumber); in DebugPortInitialize()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.h173 UINT16 DebugPortOffset; // The offset of debug port mmio register member
DEhciReg.c79 (UINT64) (Ehc->DebugPortOffset + Offset), in EhcReadDbgRegister()
DEhci.c1535 Ehc->DebugPortOffset = DebugPort & 0x1FFF; in EhcGetUsbDebugPortInfo()