Home
last modified time | relevance | path

Searched refs:PciVendorId (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/SamplePlatformDevicePolicyDxe/
H A DSamplePlatformDevicePolicyDxe.c55 UINT16 PciVendorId; in GetDevicePolicy() local
76 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, PCI_VENDOR_ID_OFFSET, 1, &PciVendorId); in GetDevicePolicy()
80 DEBUG ((DEBUG_INFO, "PCI Info - %04x:%04x\n", PciVendorId, PciDeviceId)); in GetDevicePolicy()
82 if ((PciVendorId == 0x8086) && (PciDeviceId == 0x0B60)) { in GetDevicePolicy()
118 UINT16 PciVendorId; in NotifyDeviceState() local
141 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, PCI_VENDOR_ID_OFFSET, 1, &PciVendorId); in NotifyDeviceState()
145 DEBUG ((DEBUG_INFO, "PCI Info - %04x:%04x\n", PciVendorId, PciDeviceId)); in NotifyDeviceState()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py40 PciVendorId = DefineObj.GetPciVendorId()
76 if PciVendorId != None:
78 Value = PciVendorId.GetValue()
79 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
82 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py34 PciVendorId = DefineObj.GetPciVendorId()
70 if PciVendorId is not None:
72 Value = PciVendorId.GetValue()
73 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
76 PciVendorId.Comments.GetTailComments())
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
H A DOptionRom.py73 FfsFile.OverrideAttribs.PciVendorId,
92 FfsFile.OverrideAttribs.PciVendorId,
127 self.PciVendorId = None
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
H A DOptionRom.py73 FfsFile.OverrideAttribs.PciVendorId,
92 FfsFile.OverrideAttribs.PciVendorId,
127 self.PciVendorId = None
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
H A DOptionRom.py73 FfsFile.OverrideAttribs.PciVendorId,
92 FfsFile.OverrideAttribs.PciVendorId,
127 self.PciVendorId = None
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/GenFds/
H A DOptionRom.py82 FfsFile.OverrideAttribs.PciVendorId)
100 FfsFile.OverrideAttribs.PciVendorId)
133 self.PciVendorId = None
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
H A DOptionRom.py73 FfsFile.OverrideAttribs.PciVendorId,
92 FfsFile.OverrideAttribs.PciVendorId,
127 self.PciVendorId = None
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py53 if self.OverrideAttribs.PciVendorId is None:
54 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
155 self.PciVendorId = None

12345678910