Searched refs:qe_firmware (Results 1 - 4 of 4) sorted by path

/u-boot/drivers/net/fm/
H A Dfdt.c8 #include <fsl_qe.h> /* For struct qe_firmware */
24 struct qe_firmware *fmanfw;
45 fmanfw = (struct qe_firmware *)hextoul(p, NULL);
H A Dfm.c17 #include <fsl_qe.h> /* For struct qe_firmware */
116 const struct qe_firmware *firmware)
120 size_t calc_size = sizeof(struct qe_firmware);
/u-boot/drivers/qe/
H A Dqe.c448 * See Documentation/powerpc/qe_firmware.rst in the Linux kernel tree for
462 int qe_upload_firmware(const struct qe_firmware *firmware)
467 size_t calc_size = sizeof(struct qe_firmware);
588 * See Documentation/powerpc/qe_firmware.rst in the Linux kernel tree for
602 int u_qe_upload_firmware(const struct qe_firmware *firmware)
607 size_t calc_size = sizeof(struct qe_firmware);
715 int u_qe_firmware_resume(const struct qe_firmware *firmware, qe_map_t *qe_immrr)
811 struct qe_firmware *firmware = (void *)addr;
819 return qe_upload_firmware((const struct qe_firmware *)addr);
/u-boot/include/
H A Dfsl_qe.h231 * See Documentation/powerpc/qe_firmware.rst in the Linux kernel tree for
234 struct qe_firmware { struct
286 int qe_upload_firmware(const struct qe_firmware *firmware);
294 int u_qe_upload_firmware(const struct qe_firmware *firmware);
296 int u_qe_firmware_resume(const struct qe_firmware *firmware,

Completed in 191 milliseconds