Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
DPciRootBridgeIo.c624 UINT64 Ecam, in GetPcieCfgAddress() argument
631 return Ecam + PCI_EXPRESS_LIB_ADDRESS (Bus, Device, Function, Reg); in GetPcieCfgAddress()
641 UINT64 MemLimit = GetPcieCfgAddress (Private->Ecam, Private->BusBase + 1, 1, 0, 0) - 1; in SetAtuConfig0RW()
645 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LOW, (UINT32)(Private->Ecam)); in SetAtuConfig0RW()
646 …MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_HIGH, (UINT32)((UINT64)(Private->Ecam) >> … in SetAtuConfig0RW()
667 UINT64 MemLimit = GetPcieCfgAddress (Private->Ecam, Private->BusLimit + 1, 0, 0, 0) - 1; in SetAtuConfig1RW()
672 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LOW, (UINT32)(Private->Ecam)); in SetAtuConfig1RW()
673 …MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_HIGH, (UINT32)((UINT64)(Private->Ecam) >> … in SetAtuConfig1RW()
800 PrivateData->Ecam = ResAppeture->Ecam; in RootBridgeConstructor()
1796 PrivateData->Ecam, in RootBridgeIoPciRead()
[all …]
DPciHostBridge.h473 UINT64 Ecam; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
DPlatformPciLib.h193 UINT64 Ecam; member