Searched defs:qe_microcode (Results 1 – 2 of 2) sorted by relevance
251 struct qe_microcode { struct252 u8 id[32]; /* Null-terminated identifier */253 u32 traps[16]; /* Trap addresses, 0 == ignore */254 u32 eccr; /* The value for the ECCR register */255 u32 iram_offset;/* Offset into I-RAM for the code */256 u32 count; /* Number of 32-bit words of the code */257 u32 code_offset;/* Offset of the actual microcode */258 u8 major; /* The microcode version major */259 u8 minor; /* The microcode version minor */260 u8 revision; /* The microcode version revision */[all …]
298 struct qe_microcode { struct299 u8 id[32]; /* Null-terminated identifier */300 __be32 traps[16]; /* Trap addresses, 0 == ignore */301 __be32 eccr; /* The value for the ECCR register */302 __be32 iram_offset; /* Offset into I-RAM for the code */303 __be32 count; /* Number of 32-bit words of the code */304 __be32 code_offset; /* Offset of the actual microcode */305 u8 major; /* The microcode version major */306 u8 minor; /* The microcode version minor */307 u8 revision; /* The microcode version revision */[all …]