Lines Matching refs:microcode
399 * Upload a QE microcode
402 * the actual uploading of the microcode.
412 "uploading microcode '%s' version %u.%u.%u\n",
416 "uploading microcode '%s'\n", ucode->id);
430 * Upload a microcode to the I-RAM at a specific address.
432 * See Documentation/powerpc/qe_firmware.rst for information on QE microcode
442 * all of the microcode structures, minus the CRC.
466 printk(KERN_ERR "qe-firmware: not a microcode\n");
483 calc_size = struct_size(firmware, microcode, firmware->count);
487 * For situations where the second RISC uses the same microcode
492 be32_to_cpu(firmware->microcode[i].count);
508 * If the microcode calls for it, split the I-RAM.
523 * The QE only supports one microcode per RISC, so clear out all the
524 * saved microcode information and put in the new.
532 /* Loop through each microcode. */
534 const struct qe_microcode *ucode = &firmware->microcode[i];
536 /* Upload a microcode if it's present */