Searched refs:PciVendorId (Results 1 – 11 of 11) sorted by relevance
82 FfsFile.OverrideAttribs.PciVendorId)100 FfsFile.OverrideAttribs.PciVendorId)133 self.PciVendorId = None
60 if self.OverrideAttribs.PciVendorId == None:61 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
4461 Overrides.PciVendorId = self.__Token
40 PciVendorId = DefineObj.GetPciVendorId()76 if PciVendorId != None:78 Value = PciVendorId.GetValue()79 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),82 PciVendorId.Comments.GetTailComments())
55 self.PciVendorId = None61 def SetPciVendorId(self, PciVendorId, Comments): argument65 if self.PciVendorId != None:72 if (IsValidHex(PciVendorId)):73 self.PciVendorId = InfDefMember()74 self.PciVendorId.SetValue(PciVendorId)75 self.PciVendorId.Comments = Comments78 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(PciVendorId),83 return self.PciVendorId
51 UINT16 PciVendorId; member
51 0xFFFF, //PciVendorId;
61 // UINT16 PciVendorId;
68 // UINT16 PciVendorId;
79 // UINT16 PciVendorId;
555 self.PciVendorId = M.Module.Defines.get("PCI_VENDOR_ID", "")660 if self.PciVendorId:661 FileWrite(File, "PCI Vendor ID: %s" % self.PciVendorId)