Home
last modified time | relevance | path

Searched refs:firmware (Results 1 – 25 of 32) sorted by relevance

12

/arch/powerpc/sysdev/qe_lib/
Dqe.c387 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/
Dmicrocode_amd.c329 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()
Dmicrocode_intel.c432 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/
DKconfig16 - GPIO pins are configured by the firmware,
17 - CDM configuration (clocking) is setup correctly by firmware,
/arch/powerpc/platforms/pseries/
DKconfig52 memory than physically available and will allow firmware to
64 will be reused for other LPARs. The interface allows firmware to
DMakefile11 firmware.o power.o
/arch/arm/boot/compressed/
Dhead-shark.S28 __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/
Diop_fw_load.c64 const struct firmware *fw_entry; in iop_fw_load_spu()
133 const struct firmware *fw_entry; in iop_fw_load_mpu()
/arch/parisc/kernel/
DMakefile8 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
/arch/powerpc/platforms/prep/
DKconfig16 firmware. This allows detection of memory size, devices present and
/arch/mips/txx9/
DKconfig117 bool "Keep firmware settings"
/arch/mips/kernel/
Dhead.S184 LONG_S a0, fw_arg0 # firmware arguments
/arch/ia64/
DKconfig526 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/
Debony.dts145 // based on firmware's configuration of the
181 label = "firmware";
Dmpc8641_hpcn.dts95 label = "firmware b";
104 label = "firmware a";
Dep405.dts160 * and is based on the firmware's configuration of the
Dwalnut.dts157 * and is based on the firmware's configuration of the
Dsbc8641d.dts106 label = "firmware";
Dtaishan.dts183 * based on firmware's configuration of the
/arch/arm/mach-netx/
Dxc.c117 const struct firmware *fw; in xc_request_firmware()
/arch/powerpc/kernel/
DMakefile38 firmware.o nvram_64.o
/arch/mips/sibyte/
DKconfig156 bool "Use firmware console"
/arch/powerpc/include/asm/
Dqe.h210 int qe_upload_firmware(const struct qe_firmware *firmware);
/arch/alpha/
DKconfig495 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/
Dixp4xx_npe.c516 const struct firmware *fw_entry; in npe_load_firmware()

12