Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_qe.h232 struct qe_firmware { struct
284 int qe_upload_firmware(const struct qe_firmware *firmware); argument
292 int u_qe_upload_firmware(const struct qe_firmware *firmware);
294 int u_qe_firmware_resume(const struct qe_firmware *firmware,
/openbmc/u-boot/drivers/net/fm/
H A Dfdt.c21 struct qe_firmware *fmanfw; in fdt_fixup_fman_firmware()
42 fmanfw = (struct qe_firmware *)simple_strtoul(p, NULL, 16); in fdt_fixup_fman_firmware()
H A Dfm.c112 const struct qe_firmware *firmware) in fman_upload_firmware()
116 size_t calc_size = sizeof(struct qe_firmware); in fman_upload_firmware()
/openbmc/u-boot/drivers/qe/
H A Dqe.c456 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
461 size_t calc_size = sizeof(struct qe_firmware); in qe_upload_firmware()
595 int u_qe_upload_firmware(const struct qe_firmware *firmware) in u_qe_upload_firmware()
600 size_t calc_size = sizeof(struct qe_firmware); in u_qe_upload_firmware()
708 int u_qe_firmware_resume(const struct qe_firmware *firmware, qe_map_t *qe_immrr) in u_qe_firmware_resume()
804 struct qe_firmware *firmware = (void *) addr; in qe_cmd()
812 return qe_upload_firmware((const struct qe_firmware *) addr); in qe_cmd()
/openbmc/linux/Documentation/powerpc/
H A Dindex.rst33 qe_firmware
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt10 member of the qe_firmware structure of the uploaded firmware.
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h264 struct qe_firmware { struct
307 int qe_upload_firmware(const struct qe_firmware *firmware); argument
309 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dqe.txt167 qe_firmware:qe-firmware {
176 fsl,firmware-phandle = <&qe_firmware>;
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe.c447 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c1148 struct qe_firmware *firmware; in uart_firmware_cont()
1157 firmware = (struct qe_firmware *) fw->data; in uart_firmware_cont()