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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmicrocode.c6 * This driver allows to upgrade microcode on Intel processors
15 * For more information, go to http://www.urbanmyth.org/microcode
28 * and frees the saved copy of applied microcode.
30 * Made to use devfs (/dev/cpu/microcode) + cleanups.
35 * Messages for error cases (non intel & no suitable microcode).
59 * Fix the panic when writing zero-length microcode chunk.
80 MODULE_DESCRIPTION("Intel CPU (IA-32) microcode update driver");
105 static struct microcode *microcode; /* array of 2048byte microcode block variable in typeref:struct:microcode
[all...]
H A DMakefile17 export-objs := mca.o mtrr.o msr.o cpuid.o microcode.o i386_ksyms.o time.o
37 obj-$(CONFIG_MICROCODE) += microcode.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dwd33c93.h222 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 Din2000.c2106 hostdata->microcode = read_3393(hostdata,WD_CDB_1);
2121 printk("hardware_ver=%02x chip=%s microcode=%02x\n",
2126 hostdata->microcode);
H A Dwd33c93.c1436 hostdata->microcode = read_wd33c93(regs, WD_CDB_1);
1837 hostdata->microcode,hostdata->no_sync,hostdata->no_dma);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcosa.c149 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */
150 #define COSA_FW_START (1<<2) /* Is the microcode running? */
1024 printk(KERN_INFO "%s: WARNING: download of microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1046 printk(KERN_NOTICE "cosa%d: microcode download failed: %d\n",
1050 printk(KERN_INFO "cosa%d: downloading microcode - 0x%04x bytes at 0x%04x\n",
1092 /* High-level function to start microcode. Calls startmicrocode(). */
1098 printk(KERN_INFO "cosa%d: WARNING: start microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1103 printk(KERN_NOTICE "%s: download the microcode and/or reset the card first (status %d).\n",
1109 printk(KERN_NOTICE "cosa%d: start microcode at 0x%04x failed: %d\n",
1113 printk(KERN_INFO "cosa%d: starting microcode a
1377 download(struct cosa_data *cosa, char *microcode, int length, int address) argument
1445 readmem(struct cosa_data *cosa, char *microcode, int length, int address) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dstradis.c773 * transfer FPGA code, init IBM chip, transfer IBM microcode
1053 /* load the decoder microcode */
1054 static int initialize_ibmmpeg2(struct video_code *microcode) argument
1068 if (!strncmp(microcode->loadwhat, "decoder.vid", 11)) {
1075 for (i = 0; i < microcode->datasize / 2; i++)
1077 (microcode->data[i * 2] << 8) |
1078 microcode->data[i * 2 + 1], 2);
1085 if (!strncmp(microcode->loadwhat, "decoder.aud", 11)) {
1091 for (i = 0; i < microcode->datasize; i++)
1093 microcode
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dprocessor.h463 struct microcode { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dprocessor.h463 struct microcode { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A D3c359.c27 * Also, the microcode for the card must be uploaded if the card does not have
399 * Reset the card. If the card has got the microcode on board, we have
431 * If not, we need to upload the microcode to the card
459 * Now to write the microcode into the shared ram
460 * The microcode must finish at position 0xFFFF, so we must subtract
470 writeb(microcode[j],xl_mmio + MMIO_MACDATA) ;
478 writeb(microcode[mc_size - 16 + i], xl_mmio + MMIO_MACDATA) ;
507 } /* 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
28 u8 microcode[] = { variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dres_func.S1969 | the 040 uses the dtag to execute the correct microcode.

Completed in 212 milliseconds