Searched refs:firmware (Results 1 – 25 of 32) sorted by relevance
12
/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 387 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() argument 396 if (!firmware) { in qe_upload_firmware() 401 hdr = &firmware->header; in qe_upload_firmware() 418 if ((firmware->count < 1) || (firmware->count > MAX_QE_RISC)) { in qe_upload_firmware() 424 calc_size += (firmware->count - 1) * sizeof(struct qe_microcode); in qe_upload_firmware() 426 for (i = 0; i < firmware->count; i++) in qe_upload_firmware() 433 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware() 442 crc = be32_to_cpu(*(__be32 *)((void *)firmware + calc_size)); in qe_upload_firmware() 443 if (crc != crc32(0, firmware, calc_size)) { in qe_upload_firmware() 451 if (!firmware->split) in qe_upload_firmware() [all …]
|
/arch/x86/kernel/ |
D | microcode_amd.c | 329 const struct firmware *firmware; in request_microcode_fw() local 335 ret = request_firmware(&firmware, fw_name, device); in request_microcode_fw() 341 ret = generic_load_microcode(cpu, firmware->data, firmware->size); in request_microcode_fw() 343 release_firmware(firmware); in request_microcode_fw()
|
D | microcode_intel.c | 432 const struct firmware *firmware; in request_microcode_fw() local 439 ret = request_firmware(&firmware, name, device); in request_microcode_fw() 445 ret = generic_load_microcode(cpu, (void*)firmware->data, firmware->size, in request_microcode_fw() 448 release_firmware(firmware); in request_microcode_fw()
|
/arch/powerpc/platforms/52xx/ |
D | Kconfig | 16 - GPIO pins are configured by the firmware, 17 - CDM configuration (clocking) is setup correctly by firmware,
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 52 memory than physically available and will allow firmware to 64 will be reused for other LPARs. The interface allows firmware to
|
D | Makefile | 11 firmware.o power.o
|
/arch/arm/boot/compressed/ |
D | head-shark.S | 28 __beginning: mov r4, r0 @ save the entry to the firmware 37 mov r0, r4 @ get the Memory layout from 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/parisc/kernel/ |
D | Makefile | 8 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
|
/arch/powerpc/platforms/prep/ |
D | Kconfig | 16 firmware. This allows detection of memory size, devices present and
|
/arch/mips/txx9/ |
D | Kconfig | 117 bool "Keep firmware settings"
|
/arch/mips/kernel/ |
D | head.S | 184 LONG_S a0, fw_arg0 # firmware arguments
|
/arch/ia64/ |
D | Kconfig | 526 and the PAL firmware version in use. 549 firmware extensions, such as the ability to inject memory-errors 553 bool "Support ACPI AML calls to native firmware" 557 native firmware functions. The driver installs the OpRegion 570 but it is independent of the system firmware. And like a reboot 587 source "drivers/firmware/Kconfig"
|
/arch/powerpc/boot/dts/ |
D | ebony.dts | 145 // based on firmware's configuration of the 181 label = "firmware";
|
D | mpc8641_hpcn.dts | 95 label = "firmware b"; 104 label = "firmware a";
|
D | ep405.dts | 160 * and is based on the firmware's configuration of the
|
D | walnut.dts | 157 * and is based on the firmware's configuration of the
|
D | sbc8641d.dts | 106 label = "firmware";
|
D | taishan.dts | 183 * based on firmware's configuration of the
|
/arch/arm/mach-netx/ |
D | xc.c | 117 const struct firmware *fw; in xc_request_firmware()
|
/arch/powerpc/kernel/ |
D | Makefile | 38 firmware.o nvram_64.o
|
/arch/mips/sibyte/ |
D | Kconfig | 156 bool "Use firmware console"
|
/arch/powerpc/include/asm/ |
D | qe.h | 210 int qe_upload_firmware(const struct qe_firmware *firmware);
|
/arch/alpha/ |
D | Kconfig | 495 There are two different types of booting firmware on Alphas: SRM, 505 firmware replacement from floppy (which requires changing a certain 641 only on those which have SRM as their firmware), it's save to
|
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 516 const struct firmware *fw_entry; in npe_load_firmware()
|
12