Lines Matching defs:SPMITable
2100 struct SPMITable { struct
2101 s8 Signature[4];
2102 u32 Length;
2103 u8 Revision;
2104 u8 Checksum;
2105 s8 OEMID[6];
2106 s8 OEMTableID[8];
2107 s8 OEMRevision[4];
2108 s8 CreatorID[4];
2109 s8 CreatorRevision[4];
2110 u8 InterfaceType;
2111 u8 IPMIlegacy;
2112 s16 SpecificationRevision;
2118 u8 InterruptType;
2142 static int try_init_spmi(struct SPMITable *spmi) in try_init_spmi() argument