HomeSort by relevance Sort by last modified time
    Searched refs:BitsOfAlignment (Results 1 - 5 of 5) 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/PcAtChipsetPkg/PciHostBridgeDxe/
PciHostBridge.c 302 UINTN BitsOfAlignment;
384 BitsOfAlignment =
396 if (BitsOfAlignment >= 16) {
397 BitsOfAlignment = 0;
403 BitsOfAlignment,
432 if (BitsOfAlignment >= 32) {
433 BitsOfAlignment = 0;
439 BitsOfAlignment,
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciHostBridge.c 300 UINTN BitsOfAlignment;
379 BitsOfAlignment = (UINTN) (HighBitSet64 (RootBridgeInstance->ResAllocNode[Index].Alignment) + 1);
388 if (BitsOfAlignment >= 16) {
389 BitsOfAlignment = 0;
396 BitsOfAlignment,
422 if (BitsOfAlignment >= 32) {
423 BitsOfAlignment = 0;
430 BitsOfAlignment,
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciHostBridge.c 457 UINTN BitsOfAlignment;
539 BitsOfAlignment =
551 if (BitsOfAlignment >= 16) {
552 BitsOfAlignment = 0;
558 BitsOfAlignment,
587 if (BitsOfAlignment >= 32) {
588 BitsOfAlignment = 0;
594 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...]

Completed in 168 milliseconds