Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_qe.h232 struct qe_firmware { struct
233 struct qe_header {
237 } header;
238 u8 id[62]; /* Null-terminated identifier string */
239 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
240 u8 count; /* Number of microcode[] structures */
241 struct {
267 struct qe_firmware_info { argument
284 int qe_upload_firmware(const struct qe_firmware *firmware); argument
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h264 struct qe_firmware { struct
265 struct qe_header {
269 } header;
270 u8 id[62]; /* Null-terminated identifier string */
271 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
272 u8 count; /* Number of microcode[] structures */
273 struct {
299 struct qe_firmware_info { argument
307 int qe_upload_firmware(const struct qe_firmware *firmware); argument