Lines Matching defs:SPMITable
2116 struct SPMITable { struct
2117 s8 Signature[4];
2118 u32 Length;
2119 u8 Revision;
2120 u8 Checksum;
2121 s8 OEMID[6];
2122 s8 OEMTableID[8];
2123 s8 OEMRevision[4];
2124 s8 CreatorID[4];
2125 s8 CreatorRevision[4];
2126 u8 InterfaceType;
2127 u8 IPMIlegacy;
2128 s16 SpecificationRevision;
2134 u8 InterruptType;
2158 static int try_init_spmi(struct SPMITable *spmi) in try_init_spmi() argument