/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 417 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() argument 426 if (!firmware) { in qe_upload_firmware() 431 hdr = &firmware->header; in qe_upload_firmware() 448 if ((firmware->count < 1) || (firmware->count > MAX_QE_RISC)) { in qe_upload_firmware() 454 calc_size += (firmware->count - 1) * sizeof(struct qe_microcode); in qe_upload_firmware() 456 for (i = 0; i < firmware->count; i++) in qe_upload_firmware() 463 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware() 472 crc = be32_to_cpu(*(__be32 *)((void *)firmware + calc_size)); in qe_upload_firmware() 473 if (crc != crc32(0, firmware, calc_size)) { in qe_upload_firmware() 481 if (!firmware->split) in qe_upload_firmware() [all …]
|
/arch/x86/kernel/ |
D | microcode_intel.c | 412 const struct firmware *firmware; in request_microcode_fw() local 418 if (request_firmware(&firmware, name, device)) { in request_microcode_fw() 423 ret = generic_load_microcode(cpu, (void *)firmware->data, in request_microcode_fw() 424 firmware->size, &get_ucode_fw); in request_microcode_fw() 426 release_firmware(firmware); in request_microcode_fw()
|
D | microcode_amd.c | 333 const struct firmware *fw; in request_microcode_amd()
|
/arch/arm/plat-omap/include/plat/ |
D | remoteproc.h | 38 const char *firmware; member
|
/arch/powerpc/platforms/52xx/ |
D | Kconfig | 16 - GPIO pins are configured by the firmware, 17 - CDM configuration (clocking) is setup correctly by firmware,
|
/arch/cris/arch-v32/drivers/ |
D | iop_fw_load.c | 64 const struct firmware *fw_entry; in iop_fw_load_spu() 133 const struct firmware *fw_entry; in iop_fw_load_mpu()
|
/arch/arm/boot/compressed/ |
D | head-shark.S | 29 __beginning: mov r4, r0 @ save the entry to the firmware 38 mov r0, r4 @ get the Memory layout from firmware
|
/arch/powerpc/platforms/prep/ |
D | Kconfig | 17 firmware. This allows detection of memory size, devices present and
|
/arch/powerpc/boot/dts/ |
D | ge_imp3a.dts | 41 compatible = "ge,imp3a-firmware-mirror", "cfi-flash"; 47 label = "firmware"; 68 label = "firmware";
|
D | gef_sbc610.dts | 89 compatible = "gef,sbc610-firmware-mirror", "cfi-flash"; 96 label = "firmware"; 115 label = "firmware";
|
D | gef_ppc9a.dts | 89 compatible = "gef,ppc9a-firmware-mirror", "cfi-flash"; 96 label = "firmware"; 115 label = "firmware";
|
D | gef_sbc310.dts | 87 compatible = "gef,sbc310-firmware-mirror", "cfi-flash"; 94 label = "firmware"; 113 label = "firmware";
|
D | ebony.dts | 145 // based on firmware's configuration of the 181 label = "firmware";
|
D | xpedite5200.dts | 407 label = "Boot firmware"; 424 label = "Alternate boot firmware";
|
D | p1025rdb_32b.dts | 91 status = "disabled"; /* no firmware loaded */
|
/arch/powerpc/platforms/pseries/ |
D | Makefile | 6 firmware.o power.o dlpar.o mobility.o
|
D | Kconfig | 100 memory than physically available and will allow firmware to 112 will be reused for other LPARs. The interface allows firmware to
|
/arch/parisc/kernel/ |
D | Makefile | 8 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
|
/arch/mips/ |
D | Kconfig.debug | 27 For most systems, it is firmware or second stage bootloader that 41 the command line from the firmware or the second-stage bootloader. 65 command line arguments from firmware or second stage bootloader.
|
/arch/mips/txx9/ |
D | Kconfig | 119 bool "Keep firmware settings"
|
/arch/ia64/ |
D | Kconfig | 529 and the PAL firmware version in use. 552 firmware extensions, such as the ability to inject memory-errors 556 bool "Support ACPI AML calls to native firmware" 560 native firmware functions. The driver installs the OpRegion 573 but it is independent of the system firmware. And like a reboot 590 source "drivers/firmware/Kconfig"
|
/arch/mips/kernel/ |
D | head.S | 184 LONG_S a0, fw_arg0 # firmware arguments
|
/arch/powerpc/include/asm/ |
D | qe.h | 245 int qe_upload_firmware(const struct qe_firmware *firmware); 247 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() argument
|
/arch/mips/sibyte/ |
D | Kconfig | 141 bool "Use firmware console"
|
/arch/arm/mach-netx/ |
D | xc.c | 119 const struct firmware *fw; in xc_request_firmware()
|