Home
last modified time | relevance | path

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

/linux-6.12.1/include/soc/fsl/qe/
Dqe.h284 struct qe_firmware { struct
285 struct qe_header {
289 } header;
290 u8 id[62]; /* Null-terminated identifier string */
291 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
292 u8 count; /* Number of microcode[] structures */
293 struct {
319 struct qe_firmware_info { argument
327 int qe_upload_firmware(const struct qe_firmware *firmware); argument