Searched refs:microcode (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A DMakefile112 microcode-y := microcode_core.o
113 microcode-$(CONFIG_MICROCODE_INTEL) += microcode_intel.o
114 microcode-$(CONFIG_MICROCODE_AMD) += microcode_amd.o
115 obj-$(CONFIG_MICROCODE) += microcode.o
H A Dmicrocode_amd.c10 * This driver allows to upgrade microcode on AMD
27 #include <asm/microcode.h>
82 pr_warning("microcode: CPU%d: AMD CPU family 0x%x not "
281 pr_debug("CPU%d found a matching microcode update with version 0x%x (current=0x%x)\n",
302 printk(KERN_ERR "microcode: failed to load file %s\n", fw_name);
322 pr_info("AMD microcode update via /dev/cpu/microcode not supported\n");
H A Dmicrocode_core.c7 * This driver allows to upgrade microcode on Intel processors
17 * For more information, go to http://www.urbanmyth.org/microcode
30 * and frees the saved copy of applied microcode.
32 * Made to use devfs (/dev/cpu/microcode) + cleanups.
37 * Messages for error cases (non Intel & no suitable microcode).
61 * Fix the panic when writing zero-length microcode chunk.
64 * Support for the microcode updates in the new format.
67 * because we no longer hold a copy of applied microcode
86 #include <asm/microcode.h>
239 .name = "microcode",
[all...]
H A Dmicrocode_intel.c7 * This driver allows to upgrade microcode on Intel processors
17 * For more information, go to http://www.urbanmyth.org/microcode
30 * and frees the saved copy of applied microcode.
32 * Made to use devfs (/dev/cpu/microcode) + cleanups.
37 * Messages for error cases (non Intel & no suitable microcode).
61 * Fix the panic when writing zero-length microcode chunk.
64 * Support for the microcode updates in the new format.
67 * because we no longer hold a copy of applied microcode
82 #include <asm/microcode.h>
108 /* microcode forma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Dqe.c355 * Upload a QE microcode
358 * the actual uploading of the microcode.
368 "uploading microcode '%s' version %u.%u.%u\n",
372 "uploading microcode '%s'\n", ucode->id);
383 * Upload a microcode to the I-RAM at a specific address.
385 * See Documentation/powerpc/qe-firmware.txt for information on QE microcode
395 * all of the microcode structures, minus the CRC.
419 printk(KERN_ERR "qe-firmware: not a microcode\n");
440 * For situations where the second RISC uses the same microcode
445 be32_to_cpu(firmware->microcode[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.h281 uchar microcode; /* microcode rev if 'B' */ member in struct:IN2000_hostdata
H A Dwd33c93.h232 uchar microcode; /* microcode rev */ member in struct:WD33C93_hostdata
H A Din2000.c1968 hostdata->microcode = read_3393(hostdata, WD_CDB_1);
1978 printk("hardware_ver=%02x chip=%s microcode=%02x\n", hrev, (hostdata->chip == C_WD33C93) ? "WD33c93" : (hostdata->chip == C_WD33C93A) ? "WD33c93A" : (hostdata->chip == C_WD33C93B) ? "WD33c93B" : "unknown", hostdata->microcode);
H A Dwd33c93.c1536 hostdata->microcode = read_wd33c93(regs, WD_CDB_1);
2029 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcosa.c139 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */
140 #define COSA_FW_START (1<<2) /* Is the microcode running? */
1036 printk(KERN_INFO "%s: WARNING: download of microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1058 printk(KERN_NOTICE "cosa%d: microcode download failed: %d\n",
1062 printk(KERN_INFO "cosa%d: downloading microcode - 0x%04x bytes at 0x%04x\n",
1102 /* High-level function to start microcode. Calls startmicrocode(). */
1108 printk(KERN_INFO "cosa%d: WARNING: start microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1113 printk(KERN_NOTICE "%s: download the microcode and/or reset the card first (status %d).\n",
1119 printk(KERN_NOTICE "cosa%d: start microcode at 0x%04x failed: %d\n",
1123 printk(KERN_INFO "cosa%d: starting microcode a
1390 download(struct cosa_data *cosa, const char __user *microcode, int length, int address) argument
1458 readmem(struct cosa_data *cosa, char __user *microcode, int length, int address) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c742 * transfer FPGA code, init IBM chip, transfer IBM microcode
1020 /* load the decoder microcode */
1021 static int initialize_ibmmpeg2(struct video_code *microcode) argument
1035 if (!strncmp(microcode->loadwhat, "decoder.vid", 11)) {
1042 for (i = 0; i < microcode->datasize / 2; i++)
1044 (microcode->data[i * 2] << 8) |
1045 microcode->data[i * 2 + 1], 2);
1052 if (!strncmp(microcode->loadwhat, "decoder.aud", 11)) {
1058 for (i = 0; i < microcode->datasize; i++)
1060 microcode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dqe.h210 u8 count; /* Number of microcode[] structures */
226 __be32 code_offset; /* Offset of the actual microcode */
227 u8 major; /* The microcode version major */
228 u8 minor; /* The microcode version minor */
229 u8 revision; /* The microcode version revision */
232 } __attribute__ ((packed)) microcode[1]; member in struct:qe_firmware
233 /* All microcode binaries should be located here */
234 /* CRC32 should be located here, after the microcode binaries */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dres_func.S1968 | the 040 uses the dtag to execute the correct microcode.

Completed in 192 milliseconds