Searched defs:qe_microcode (Results 1 – 1 of 1) sorted by relevance
302 struct qe_microcode { struct303 u8 id[32]; /* Null-terminated identifier */304 __be32 traps[16]; /* Trap addresses, 0 == ignore */305 __be32 eccr; /* The value for the ECCR register */306 __be32 iram_offset; /* Offset into I-RAM for the code */307 __be32 count; /* Number of 32-bit words of the code */308 __be32 code_offset; /* Offset of the actual microcode */309 u8 major; /* The microcode version major */310 u8 minor; /* The microcode version minor */311 u8 revision; /* The microcode version revision */[all …]