Home
last modified time | relevance | path

Searched refs:MemoryStart (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/PciEmulation/
DPciEmulation.c581 …Private->RootBridge.MemoryStart = USB_EHCI_HCCAPBASE; // Get the USB capability re… in PciEmulationEntryPoint()
585 CapabilityLength = MmioRead8(Private->RootBridge.MemoryStart); in PciEmulationEntryPoint()
586 PhysicalPorts = (MmioRead32 (Private->RootBridge.MemoryStart + 0x4)) & 0x0000000F; in PciEmulationEntryPoint()
595 …MmioOr32 ((Private->RootBridge.MemoryStart + CapabilityLength + HOST_CONTROLLER_OPERATION_REG_SIZE… in PciEmulationEntryPoint()
612 Private->ConfigSpace->Device.Bar[0] = Private->RootBridge.MemoryStart; in PciEmulationEntryPoint()
DPciRootBridgeIo.c23 …if ((Address >= Private->MemoryStart) && (Address < (Private->MemoryStart + Private->MemorySize)))… in PciRootBridgeMemAddressValid()
DPciEmulation.h79 UINT32 MemoryStart; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/
DPciEmulation.c581 …Private->RootBridge.MemoryStart = USB_EHCI_HCCAPBASE; // Get the USB capability re… in PciEmulationEntryPoint()
585 CapabilityLength = MmioRead8(Private->RootBridge.MemoryStart); in PciEmulationEntryPoint()
586 PhysicalPorts = (MmioRead32 (Private->RootBridge.MemoryStart + 0x4)) & 0x0000000F; in PciEmulationEntryPoint()
595 …MmioOr32 ((Private->RootBridge.MemoryStart + CapabilityLength + HOST_CONTROLLER_OPERATION_REG_SIZE… in PciEmulationEntryPoint()
612 Private->ConfigSpace->Device.Bar[0] = Private->RootBridge.MemoryStart; in PciEmulationEntryPoint()
DPciRootBridgeIo.c23 …if ((Address >= Private->MemoryStart) && (Address < (Private->MemoryStart + Private->MemorySize)))… in PciRootBridgeMemAddressValid()
DPciEmulation.h79 UINT32 MemoryStart; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DPciEmulation.c510 IN PHYSICAL_ADDRESS MemoryStart, in PciInstallDevice() argument
533 Private->RootBridge.MemoryStart = MemoryStart; // Get the USB capability register base in PciInstallDevice()
555 Private->ConfigSpace->Device.Bar[0] = MemoryStart; in PciInstallDevice()
DPciRootBridgeIo.c23 …if ((Address >= Private->MemoryStart) && (Address < (Private->MemoryStart + Private->MemorySize)))… in PciRootBridgeMemAddressValid()
DPciEmulation.h72 UINT32 MemoryStart; member