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

  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.c 276 if (PrivateData->MemLimit < Limit) {
277 PrivateData->MemLimit = Limit;
301 if (PrivateData->MemLimit < Limit) {
302 PrivateData->MemLimit = Limit;
401 if (PrivateData->MemLimit < 0xbffff) {
402 PrivateData->MemLimit = 0xbffff;
447 if (PrivateData->MemLimit < 0xbffff) {
448 PrivateData->MemLimit = 0xbffff;
907 if (PrivateData->MemLimit < Limit) {
908 PrivateData->MemLimit = Limit;
    [all...]
PcatPciRootBridge.h 64 UINT64 MemLimit; // Max allowable memory access
PcatPciRootBridgeIo.c 374 if ((Address >= PrivateData->MemBase) && (Address < PrivateData->MemLimit)) {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciRootBridgeIo.c 641 UINT64 MemLimit = GetPcieCfgAddress (Private->Ecam, Private->BusBase + 1, 1, 0, 0) - 1;
647 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LIMIT, (UINT32) MemLimit);
667 UINT64 MemLimit = GetPcieCfgAddress (Private->Ecam, Private->BusLimit + 1, 0, 0, 0) - 1;
674 MmioWrite32 (RbPciBase + IATU_OFFSET + IATU_REGION_BASE_LIMIT, (UINT32) MemLimit);
    [all...]
PciHostBridge.h 470 UINT64 MemLimit;
PciHostBridge.c 571 mResAppeture[Loop1][Loop2] .MemLimit -mResAppeture[Loop1][Loop2] .MemBase + 1,
605 if ((BaseAddress + AddrLen - 1) > RootBridgeInstance->MemLimit) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
PlatformPciLib.h 197 UINT64 MemLimit;

Completed in 95 milliseconds