Searched defs:qe_firmware (Results 1 – 1 of 1) sorted by relevance
235 struct qe_firmware { struct236 struct qe_header {240 } header;241 u8 id[62]; /* Null-terminated identifier string */242 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */243 u8 count; /* Number of microcode[] structures */244 struct {270 struct qe_firmware_info { argument287 int qe_upload_firmware(const struct qe_firmware *firmware); argument
Completed in 3 milliseconds