Searched refs:PciCompress (Results 1 – 2 of 2) sorted by relevance
44 PciCompress = DefineObj.GetPciCompress()112 if PciCompress != None:114 Value = PciCompress.GetValue()115 Statement = _GenInfDefineStateMent(PciCompress.Comments.GetHeaderComments(),118 PciCompress.Comments.GetTailComments())
59 self.PciCompress = None158 def SetPciCompress(self, PciCompress, Comments): argument162 if self.PciCompress != None:170 if (PciCompress == 'TRUE' or PciCompress == 'FALSE'):171 self.PciCompress = InfDefMember()172 self.PciCompress.SetValue(PciCompress)173 self.PciCompress.Comments = Comments176 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(PciCompress),180 return self.PciCompress