Home
last modified time | relevance | path

Searched refs:AllOnes (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciOptionRomSupport.c50 UINT32 AllOnes; in GetOpRomInfo() local
86 AllOnes = 0xfffffffe; in GetOpRomInfo()
94 &AllOnes in GetOpRomInfo()
108 &AllOnes in GetOpRomInfo()
117 AllOnes &= 0xFFFFF800; in GetOpRomInfo()
118 if ((AllOnes == 0) || (AllOnes == 0xFFFFF800)) { in GetOpRomInfo()
125 PciIoDevice->RomSize = (UINT64) ((~AllOnes) + 1); in GetOpRomInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciOptionRomSupport.c240 UINT32 AllOnes; in GetOpRomInfo() local
272 AllOnes = 0xfffffffe; in GetOpRomInfo()
280 &AllOnes in GetOpRomInfo()
294 &AllOnes in GetOpRomInfo()
303 AllOnes &= 0xFFFFF800; in GetOpRomInfo()
304 if ((AllOnes == 0) || (AllOnes == 0xFFFFF800)) { in GetOpRomInfo()
308 PciIoDevice->RomSize = (UINT64) ((~AllOnes) + 1); in GetOpRomInfo()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridge.c752 UINT32 AllOnes; in PcatPciRootBridgeBarExisted() local
771 AllOnes = 0xffffffff; in PcatPciRootBridgeBarExisted()
778 &AllOnes in PcatPciRootBridgeBarExisted()