Lines Matching defs:SPMITable
1806 struct SPMITable { struct
1807 s8 Signature[4];
1808 u32 Length;
1809 u8 Revision;
1810 u8 Checksum;
1811 s8 OEMID[6];
1812 s8 OEMTableID[8];
1813 s8 OEMRevision[4];
1814 s8 CreatorID[4];
1815 s8 CreatorRevision[4];
1816 u8 InterfaceType;
1817 u8 IPMIlegacy;
1818 s16 SpecificationRevision;
1824 u8 InterruptType;
1848 static int try_init_spmi(struct SPMITable *spmi) in try_init_spmi() argument