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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciHostBridgeResourceAllocation.c 29 UINTN BitsOfAlignment;
80 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypeIo].Alignment) + 1; // Get the number of '1' in Alignment
86 BitsOfAlignment,
99 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypeMem32].Alignment) + 1; // Get the number of '1' in Alignment
108 BitsOfAlignment,
121 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypePMem32].Alignment) + 1; // Get the number of '1' in Alignment
130 BitsOfAlignment,
143 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypeMem64].Alignment) + 1; // Get the number of '1' in Alignment
152 BitsOfAlignment,
165 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypePMem64].Alignment) + 1; //Get the number of ' (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 593 Allocate Length of MMIO or IO resource with alignment BitsOfAlignment
598 @param BitsOfAlignment Alignment of the resource to allocate.
609 UINTN BitsOfAlignment,
620 BaseAddress = ALIGN_VALUE (BaseAddress, LShiftU64 (1, BitsOfAlignment));
627 BitsOfAlignment,
637 BitsOfAlignment,
648 BaseAddress += LShiftU64 (1, BitsOfAlignment);
677 UINTN BitsOfAlignment;
784 BitsOfAlignment = LowBitSet64 (Alignment + 1);
792 MIN (15, BitsOfAlignment),
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.c 282 UINTN BitsOfAlignment;
398 for (BitsOfAlignment = 0; Alignment != 0; BitsOfAlignment++) {
415 if (BitsOfAlignment >= 16)
428 Status = gDS->AllocateIoSpace ( EfiGcdAllocateAddress, EfiGcdIoTypeIo, BitsOfAlignment,
465 BitsOfAlignment, AddrLen, &BaseAddress, mDriverImageHandle, NULL);
504 BitsOfAlignment, AddrLen, &BaseAddress, mDriverImageHandle, NULL);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.c 595 UINTN BitsOfAlignment;
600 BitsOfAlignment = (UINTN) (HighBitSet64 (RootBridgeInstance->ResAllocNode[Index].Alignment) + 1);
615 BitsOfAlignment,
    [all...]

Completed in 231 milliseconds