Searched defs:qe_microcode (Results 1 – 2 of 2) sorted by relevance
250 struct qe_microcode { struct251 u8 id[32]; /* Null-terminated identifier */252 u32 traps[16]; /* Trap addresses, 0 == ignore */253 u32 eccr; /* The value for the ECCR register */254 u32 iram_offset;/* Offset into I-RAM for the code */255 u32 count; /* Number of 32-bit words of the code */256 u32 code_offset;/* Offset of the actual microcode */257 u8 major; /* The microcode version major */258 u8 minor; /* The microcode version minor */259 u8 revision; /* The microcode version revision */[all …]
282 struct qe_microcode { struct283 u8 id[32]; /* Null-terminated identifier */284 __be32 traps[16]; /* Trap addresses, 0 == ignore */285 __be32 eccr; /* The value for the ECCR register */286 __be32 iram_offset; /* Offset into I-RAM for the code */287 __be32 count; /* Number of 32-bit words of the code */288 __be32 code_offset; /* Offset of the actual microcode */289 u8 major; /* The microcode version major */290 u8 minor; /* The microcode version minor */291 u8 revision; /* The microcode version revision */[all …]