HomeSort by relevance Sort by last modified time
    Searched refs:qe_firmware (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/net/fm/
fdt.c 6 #include <fsl_qe.h> /* For struct qe_firmware */
21 struct qe_firmware *fmanfw;
42 fmanfw = (struct qe_firmware *)simple_strtoul(p, NULL, 16);
fm.c 12 #include <fsl_qe.h> /* For struct qe_firmware */
110 const struct qe_firmware *firmware)
114 size_t calc_size = sizeof(struct qe_firmware);
  /external/u-boot/include/
fsl_qe.h 230 * See doc/README.qe_firmware for a description of these fields.
232 struct qe_firmware { struct
284 int qe_upload_firmware(const struct qe_firmware *firmware);
292 int u_qe_upload_firmware(const struct qe_firmware *firmware);
294 int u_qe_firmware_resume(const struct qe_firmware *firmware,
  /external/u-boot/drivers/qe/
qe.c 367 * See docs/README.qe_firmware for information on QE microcode uploading.
380 int qe_upload_firmware(const struct qe_firmware *firmware)
385 size_t calc_size = sizeof(struct qe_firmware);
506 * See docs/README.qe_firmware for information on QE microcode uploading.
519 int u_qe_upload_firmware(const struct qe_firmware *firmware)
524 size_t calc_size = sizeof(struct qe_firmware);
632 int u_qe_firmware_resume(const struct qe_firmware *firmware, qe_map_t *qe_immrr)
728 struct qe_firmware *firmware = (void *) addr;
736 return qe_upload_firmware((const struct qe_firmware *) addr);

Completed in 122 milliseconds