Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dqe.h168 struct qe_firmware { struct
169 struct qe_header {
173 } header;
174 u8 id[62]; /* Null-terminated identifier string */
175 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
176 u8 count; /* Number of microcode[] structures */
177 struct {
203 struct qe_firmware_info { argument
210 int qe_upload_firmware(const struct qe_firmware *firmware); argument