Lines Matching full:microcode
186 * Upload microcode to IRAM for those SOCs in qe_init()
192 /* enable the microcode in IRAM */ in qe_init()
210 * Upload microcode to IRAM for those SOCs which do not have ROM in QE. in qe_init()
214 /* enable the microcode in IRAM */ in qe_init()
414 * Upload a QE microcode
417 * the actual uploading of the microcode.
426 printf("QE: uploading microcode '%s' version %u.%u.%u\n", in qe_upload_microcode()
430 printf("QE: uploading microcode '%s'\n", (char *)ucode->id); in qe_upload_microcode()
441 * Upload a microcode to the I-RAM at a specific address.
443 * See docs/README.qe_firmware for information on QE microcode uploading.
452 * all of the microcode structures, minus the CRC.
482 printf("QE microcode not found\n"); in qe_upload_firmware()
506 * For situations where the second RISC uses the same microcode in qe_upload_firmware()
511 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware()
530 * If the microcode calls for it, split the I-RAM. in qe_upload_firmware()
545 * The QE only supports one microcode per RISC, so clear out all the in qe_upload_firmware()
546 * saved microcode information and put in the new. in qe_upload_firmware()
555 /* Loop through each microcode. */ in qe_upload_firmware()
557 const struct qe_microcode *ucode = &firmware->microcode[i]; in qe_upload_firmware()
559 /* Upload a microcode if it's present */ in qe_upload_firmware()
580 * Upload a microcode to the I-RAM at a specific address.
582 * See docs/README.qe_firmware for information on QE microcode uploading.
591 * all of the microcode structures, minus the CRC.
621 printf("Not a microcode\n"); in u_qe_upload_firmware()
645 * For situations where the second RISC uses the same microcode in u_qe_upload_firmware()
650 be32_to_cpu(firmware->microcode[i].count); in u_qe_upload_firmware()
669 * If the microcode calls for it, split the I-RAM. in u_qe_upload_firmware()
683 /* Loop through each microcode. */ in u_qe_upload_firmware()
685 const struct qe_microcode *ucode = &firmware->microcode[i]; in u_qe_upload_firmware()
687 /* Upload a microcode if it's present */ in u_qe_upload_firmware()
737 * If the microcode calls for it, split the I-RAM. in u_qe_firmware_resume()
744 /* Loop through each microcode. */ in u_qe_firmware_resume()
746 const struct qe_microcode *ucode = &firmware->microcode[i]; in u_qe_firmware_resume()
748 /* Upload a microcode if it's present */ in u_qe_firmware_resume()