Lines Matching defs:qe_microcode
283 struct qe_microcode { struct
284 u8 id[32]; /* Null-terminated identifier */
285 __be32 traps[16]; /* Trap addresses, 0 == ignore */
286 __be32 eccr; /* The value for the ECCR register */
287 __be32 iram_offset; /* Offset into I-RAM for the code */
288 __be32 count; /* Number of 32-bit words of the code */
289 __be32 code_offset; /* Offset of the actual microcode */
290 u8 major; /* The microcode version major */
291 u8 minor; /* The microcode version minor */
292 u8 revision; /* The microcode version revision */
293 u8 padding; /* Reserved, for alignment */
294 u8 reserved[4]; /* Reserved, for future expansion */