Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DOptionRom.py82 FfsFile.OverrideAttribs.PciVendorId)
100 FfsFile.OverrideAttribs.PciVendorId)
133 self.PciVendorId = None
DOptRomInfStatement.py60 if self.OverrideAttribs.PciVendorId == None:
61 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
DFdfParser.py4461 Overrides.PciVendorId = self.__Token
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignmentMisc.py40 PciVendorId = DefineObj.GetPciVendorId()
76 if PciVendorId != None:
78 Value = PciVendorId.GetValue()
79 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
82 PciVendorId.Comments.GetTailComments())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDefineObject.py55 self.PciVendorId = None
61 def SetPciVendorId(self, PciVendorId, Comments): argument
65 if self.PciVendorId != None:
72 if (IsValidHex(PciVendorId)):
73 self.PciVendorId = InfDefMember()
74 self.PciVendorId.SetValue(PciVendorId)
75 self.PciVendorId.Comments = Comments
78 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(PciVendorId),
83 return self.PciVendorId
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSerialPortConsoleRedirectionTable.h51 UINT16 PciVendorId; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
DSpcr.aslc51 0xFFFF, //PciVendorId;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/
DD05Spcr.aslc61 // UINT16 PciVendorId;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/
DSpcr.aslc68 // UINT16 PciVendorId;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DSpcr.aslc79 // UINT16 PciVendorId;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py555 self.PciVendorId = M.Module.Defines.get("PCI_VENDOR_ID", "")
660 if self.PciVendorId:
661 FileWrite(File, "PCI Vendor ID: %s" % self.PciVendorId)