Searched defs:BitsOfAlignment (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.c234 UINTN BitsOfAlignment; local
313 BitsOfAlignment = (UINTN) (HighBitSet64 (RootBridgeInstance->ResAllocNode[Index].Alignment) + 1);
322 if (BitsOfAlignment >= 16) {
323 BitsOfAlignment = 0;
329 BitsOfAlignment,
355 if (BitsOfAlignment >= 32) {
356 BitsOfAlignment = 0;
362 BitsOfAlignment,

Completed in 42 milliseconds