Home
last modified time | relevance | path

Searched defs:qe_microcode (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/soc/fsl/qe/
Dqe.h287 struct qe_microcode { struct
288 u8 id[32]; /* Null-terminated identifier */
289 __be32 traps[16]; /* Trap addresses, 0 == ignore */
290 __be32 eccr; /* The value for the ECCR register */
291 __be32 iram_offset; /* Offset into I-RAM for the code */
292 __be32 count; /* Number of 32-bit words of the code */
293 __be32 code_offset; /* Offset of the actual microcode */
294 u8 major; /* The microcode version major */
295 u8 minor; /* The microcode version minor */
296 u8 revision; /* The microcode version revision */
[all …]