Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/soc/fsl/qe/
A Dqe.h282 struct qe_microcode { struct
283 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 */
289 u8 major; /* The microcode version major */
290 u8 minor; /* The microcode version minor */
291 u8 revision; /* The microcode version revision */
292 u8 padding; /* Reserved, for alignment */
[all …]

Completed in 6 milliseconds