Searched defs:qe_microcode (Results 1 – 1 of 1) sorted by relevance
253 struct qe_microcode { struct254 u8 id[32]; /* Null-terminated identifier */255 u32 traps[16]; /* Trap addresses, 0 == ignore */256 u32 eccr; /* The value for the ECCR register */257 u32 iram_offset;/* Offset into I-RAM for the code */258 u32 count; /* Number of 32-bit words of the code */259 u32 code_offset;/* Offset of the actual microcode */260 u8 major; /* The microcode version major */261 u8 minor; /* The microcode version minor */262 u8 revision; /* The microcode version revision */[all …]
Completed in 4 milliseconds