Searched refs:gAllOne (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
D | PciEnumeratorSupport.c | 528 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x1C, 1, &gAllOne); in GatherPPBInfo() 709 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &gAllOne); in BarExisted() 1065 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x1C, 1, &gAllOne); in InitializePPB() 1068 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x20, 1, &gAllOne); in InitializePPB() 1071 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x24, 1, &gAllOne); in InitializePPB() 1074 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x28, 1, &gAllOne); in InitializePPB() 1080 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x30, 1, &gAllOne); in InitializePPB() 1111 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x1c, 1, &gAllOne); in InitializeP2C() 1114 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x24, 1, &gAllOne); in InitializeP2C() 1117 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x2c, 1, &gAllOne); in InitializeP2C() [all …]
|
D | PciBus.h | 207 extern UINT64 gAllOne;
|
D | PciBus.c | 78 UINT64 gAllOne = 0xFFFFFFFFFFFFFFFFULL; variable
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
D | PciEnumeratorSupport.c | 588 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x1C, 1, &gAllOne); in GatherPpbInfo() 821 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT32)Offset, 1, &gAllOne); in VfBarExisted() 886 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &gAllOne); in BarExisted() 1989 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, Offset, 1, &gAllOne); in InitializePciDevice() 2013 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x1C, 1, &gAllOne); in InitializePpb() 2016 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x20, 1, &gAllOne); in InitializePpb() 2019 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x24, 1, &gAllOne); in InitializePpb() 2022 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x28, 1, &gAllOne); in InitializePpb() 2028 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x30, 1, &gAllOne); in InitializePpb() 2057 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x1c, 1, &gAllOne); in InitializeP2C() [all …]
|
D | PciEnumerator.c | 1657 *IoBase = gAllOne; in GetResourceBaseFromBridge() 1658 *Mem32Base = gAllOne; in GetResourceBaseFromBridge() 1659 *PMem32Base = gAllOne; in GetResourceBaseFromBridge() 1660 *Mem64Base = gAllOne; in GetResourceBaseFromBridge() 1661 *PMem64Base = gAllOne; in GetResourceBaseFromBridge() 1680 *PMem64Base = gAllOne; in GetResourceBaseFromBridge()
|
D | PciBus.c | 40 UINT64 gAllOne = 0xFFFFFFFFFFFFFFFFULL; variable
|
D | PciBus.h | 318 extern UINT64 gAllOne;
|
D | PciResourceSupport.c | 1240 if (Base == gAllOne) { in ProgramResource()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
D | PciBus.h | 308 extern UINT64 gAllOne;
|