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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A DMakefile21 obj-$(CONFIG_MICROCODE) += microcode.o
56 microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h314 struct microcode { struct
319 typedef struct microcode microcode_t;
322 /* microcode format is extended from prescott processors */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h472 struct microcode { struct
477 typedef struct microcode microcode_t;
480 /* microcode format is extended from prescott processors */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A DMakefile19 obj-$(CONFIG_MICROCODE) += microcode.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.h232 uchar microcode; /* microcode rev */ member in struct:WD33C93_hostdata
H A Din2000.h281 uchar microcode; /* microcode rev if 'B' */ member in struct:IN2000_hostdata
H A Dwd33c93.c1536 hostdata->microcode = read_wd33c93(regs, WD_CDB_1);
2032 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dcosa.c145 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */
146 #define COSA_FW_START (1<<2) /* Is the microcode running? */
1059 printk(KERN_INFO "%s: WARNING: download of microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1081 printk(KERN_NOTICE "cosa%d: microcode download failed: %d\n",
1085 printk(KERN_INFO "cosa%d: downloading microcode - 0x%04x bytes at 0x%04x\n",
1125 /* High-level function to start microcode. Calls startmicrocode(). */
1131 printk(KERN_INFO "cosa%d: WARNING: start microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1136 printk(KERN_NOTICE "%s: download the microcode and/or reset the card first (status %d).\n",
1142 printk(KERN_NOTICE "cosa%d: start microcode at 0x%04x failed: %d\n",
1146 printk(KERN_INFO "cosa%d: starting microcode a
1405 download(struct cosa_data *cosa, const char __user *microcode, int length, int address) argument
1473 readmem(struct cosa_data *cosa, char __user *microcode, int length, int address) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstradis.c740 * transfer FPGA code, init IBM chip, transfer IBM microcode
1018 /* load the decoder microcode */
1019 static int initialize_ibmmpeg2(struct video_code *microcode) argument
1033 if (!strncmp(microcode->loadwhat, "decoder.vid", 11)) {
1040 for (i = 0; i < microcode->datasize / 2; i++)
1042 (microcode->data[i * 2] << 8) |
1043 microcode->data[i * 2 + 1], 2);
1050 if (!strncmp(microcode->loadwhat, "decoder.aud", 11)) {
1056 for (i = 0; i < microcode->datasize; i++)
1058 microcode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A D3c359.c27 * Also, the microcode for the card must be uploaded if the card does not have
398 * Reset the card. If the card has got the microcode on board, we have
430 * If not, we need to upload the microcode to the card
458 * Now to write the microcode into the shared ram
459 * The microcode must finish at position 0xFFFF, so we must subtract
469 writeb(microcode[j],xl_mmio + MMIO_MACDATA) ;
477 writeb(microcode[mc_size - 16 + i], xl_mmio + MMIO_MACDATA) ;
506 } /* If microcode upload required */
H A D3c359_microcode.h12 /* 3c359_microcode.mac: 3Com 3C359 Tokenring microcode.
19 * mc_size *must* must match the microcode being used, each version is a
25 static const u8 microcode[] = { variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S1968 | the 040 uses the dtag to execute the correct microcode.

Completed in 150 milliseconds