Searched defs:mp_config_table (Results 1 – 1 of 1) sorted by relevance
45 struct mp_config_table { struct46 char mpc_signature[4];48 u16 mpc_length; /* Size of table */49 u8 mpc_spec; /* 0x01 */50 u8 mpc_checksum;51 char mpc_oem[8];52 char mpc_productid[12];53 u32 mpc_oemptr; /* 0 if not present */54 u16 mpc_oemsize; /* 0 if not present */55 u16 mpc_entry_count;[all …]