Home
last modified time | relevance | path

Searched refs:CpuMemRegionBase (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
DPciRootBridgeIo.c709 void SetAtuMemRW(UINT64 RbPciBase,UINT64 MemBase,UINT64 CpuMemRegionLimit, UINT64 CpuMemRegionBase,… in SetAtuMemRW() argument
715 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LOW, (UINT32)(CpuMemRegionBase)); in SetAtuMemRW()
716 …te32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_HIGH, (UINT32)((UINT64)(CpuMemRegionBase) >> 32)); in SetAtuMemRW()
733 …(Private->RbPciBar, Private->PciRegionBase, Private->PciRegionLimit, Private->CpuMemRegionBase, 0); in InitAtu()
801 PrivateData->CpuMemRegionBase = ResAppeture->CpuMemRegionBase; in RootBridgeConstructor()
1064 Address += PrivateData->CpuMemRegionBase; in RootBridgeIoMemRW()
DPciHostBridge.h479 UINT64 CpuMemRegionBase; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
DPlatformPciLib.h200 UINT64 CpuMemRegionBase; member