Lines Matching defs:SPMITable
1815 struct SPMITable { struct
1816 s8 Signature[4];
1817 u32 Length;
1818 u8 Revision;
1819 u8 Checksum;
1820 s8 OEMID[6];
1821 s8 OEMTableID[8];
1822 s8 OEMRevision[4];
1823 s8 CreatorID[4];
1824 s8 CreatorRevision[4];
1825 u8 InterfaceType;
1826 u8 IPMIlegacy;
1827 s16 SpecificationRevision;
1833 u8 InterruptType;
1857 static int try_init_spmi(struct SPMITable *spmi) in try_init_spmi() argument