Home
last modified time | relevance | path

Searched refs:qe_upload_firmware (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/qe/
H A Dqe.c189 qe_upload_firmware((const void *)(CONFIG_SYS_QE_FW_ADDR + in qe_init()
212 qe_upload_firmware((const void *)CONFIG_SYS_QE_FW_ADDR); in qe_init()
456 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
812 return qe_upload_firmware((const struct qe_firmware *) addr); in qe_cmd()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe.c447 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
559 EXPORT_SYMBOL(qe_upload_firmware);
/openbmc/u-boot/include/
H A Dfsl_qe.h284 int qe_upload_firmware(const struct qe_firmware *firmware);
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h307 int qe_upload_firmware(const struct qe_firmware *firmware);
309 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
/openbmc/linux/Documentation/powerpc/
H A Dqe_firmware.rst176 embedded into a binary blob. This blob is passed to the qe_upload_firmware()
181 qe_upload_firmware() for up-to-date implementation information.
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c1164 ret = qe_upload_firmware(firmware); in uart_firmware_cont()