Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_qe.h233 struct qe_firmware { struct
234 struct qe_header {
238 } header;
239 u8 id[62]; /* Null-terminated identifier string */
240 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
241 u8 count; /* Number of microcode[] structures */
242 struct {
268 struct qe_firmware_info { argument
285 int qe_upload_firmware(const struct qe_firmware *firmware); argument
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe.h280 struct qe_firmware { struct
281 struct qe_header {
285 } header;
286 u8 id[62]; /* Null-terminated identifier string */
287 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
288 u8 count; /* Number of microcode[] structures */
289 struct {
315 struct qe_firmware_info { argument
323 int qe_upload_firmware(const struct qe_firmware *firmware); argument