HomeSort by relevance Sort by last modified time
    Searched refs:Ecam (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciRootBridgeIo.c 624 UINT64 Ecam,
631 return Ecam + PCI_EXPRESS_LIB_ADDRESS (Bus, Device, Function, Reg);
641 UINT64 MemLimit = GetPcieCfgAddress (Private->Ecam, Private->BusBase + 1, 1, 0, 0) - 1;
645 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LOW, (UINT32)(Private->Ecam));
646 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_HIGH, (UINT32)((UINT64)(Private->Ecam) >> 32));
667 UINT64 MemLimit = GetPcieCfgAddress (Private->Ecam, Private->BusLimit + 1, 0, 0, 0) - 1;
672 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LOW, (UINT32)(Private->Ecam));
673 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_HIGH, (UINT32)((UINT64)(Private->Ecam) >> 32));
    [all...]
PciHostBridge.h 473 UINT64 Ecam;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
PlatformPciLib.h 193 UINT64 Ecam;

Completed in 58 milliseconds