Lines Matching defs:qe_microcode
302 struct qe_microcode { struct
303 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 */
312 u8 padding; /* Reserved, for alignment */
313 u8 reserved[4]; /* Reserved, for future expansion */