Searched refs:gAllOne (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumeratorSupport.c512 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x1C, 1, &gAllOne);
750 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT32)Offset, 1, &gAllOne);
815 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, (UINT8) Offset, 1, &gAllOne);
1895 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, Offset, 1, &gAllOne);
1919 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x1C, 1, &gAllOne);
1922 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x20, 1, &gAllOne);
1925 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x24, 1, &gAllOne);
1928 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x28, 1, &gAllOne);
1934 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint16, 0x30, 1, &gAllOne);
1963 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint32, 0x1c, 1, &gAllOne);
[all...]
H A DPciBus.c40 UINT64 gAllOne = 0xFFFFFFFFFFFFFFFFULL; variable
H A DPciEnumerator.c1642 *IoBase = gAllOne;
1643 *Mem32Base = gAllOne;
1644 *PMem32Base = gAllOne;
1645 *Mem64Base = gAllOne;
1646 *PMem64Base = gAllOne;
1665 *PMem64Base = gAllOne;
H A DPciBus.h320 extern UINT64 gAllOne;
H A DPciResourceSupport.c1216 if (Base == gAllOne) {

Completed in 61 milliseconds