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

/drivers/net/wan/
H A Dcosa.c141 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */
142 #define COSA_FW_START (1<<2) /* Is the microcode running? */
1035 pr_info("%s: WARNING: download of microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1057 pr_notice("cosa%d: microcode download failed: %d\n",
1061 pr_info("cosa%d: downloading microcode - 0x%04x bytes at 0x%04x\n",
1099 /* High-level function to start microcode. Calls startmicrocode(). */
1105 pr_info("cosa%d: WARNING: start microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1110 pr_notice("%s: download the microcode and/or reset the card first (status %d)\n",
1116 pr_notice("cosa%d: start microcode at 0x%04x failed: %d\n",
1120 pr_info("cosa%d: starting microcode a
1398 download(struct cosa_data *cosa, const char __user *microcode, int length, int address) argument
1472 readmem(struct cosa_data *cosa, char __user *microcode, int length, int address) argument
[all...]
/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.c2098 hostdata->microcode = read_3393(hostdata, WD_CDB_1);
2108 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.c1551 hostdata->microcode = read_wd33c93(regs, WD_CDB_1);
2044 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
/drivers/hwmon/
H A Dcoretemp.c382 if (c->x86_model == 0xe && c->x86_mask < 0xc && c->microcode < 0x39) {
384 "microcode of the CPU!\n");
671 /* Check the microcode version of the CPU */
/drivers/media/dvb/frontends/
H A Ddrxd_hard.c192 u8 *microcode; member in struct:drxd_state
917 state->microcode = kmemdup(fw->data, fw->size, GFP_KERNEL);
918 if (state->microcode == NULL) {
2703 status = DownloadMicrocode(state, state->microcode, state->microcode_length);

Completed in 159 milliseconds