Searched refs:config2 (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dsc-mips.c58 unsigned int config1, config2; local
71 /* Does this MIPS32/MIPS64 CPU have a config2 register? */
76 config2 = read_c0_config2();
77 tmp = (config2 >> 4) & 0x0f;
83 tmp = (config2 >> 8) & 0x0f;
89 tmp = (config2 >> 0) & 0x0f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmac53c94.h37 unsigned char config2; member in struct:mac53c94_regs
184 * Bits in config2 register.
H A Desp_scsi.c262 esp_write8(esp->config2, ESP_CFG2);
267 esp_write8(esp->config2, ESP_CFG2);
273 esp->config2 |= (ESP_CONFIG2_HME32 | ESP_CONFIG2_HMEFENAB);
278 esp_write8(esp->config2, ESP_CFG2);
306 esp_write8(esp->config2, ESP_CFG2);
2146 esp->config2 = (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY);
2147 esp_write8(esp->config2, ESP_CFG2);
2157 esp->config2 = 0;
2160 esp_write8(esp->config2, ESP_CFG2);
2184 esp->config2
[all...]
H A DNCR53C9x.h305 unsigned char config2; /* Copy of the 2nd config register */ member in struct:NCR_ESP
H A Desp_scsi.h460 u8 config2; member in struct:esp
H A DNCR53C9x.c452 esp_write(eregs->esp_cfg2, esp->config2);
456 esp_write(eregs->esp_cfg2, esp->config2);
468 esp_write(eregs->esp_cfg2, esp->config2);
489 esp_write(eregs->esp_cfg2, esp->config2);
682 esp->config2 = (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY);
683 esp_write(eregs->esp_cfg2, esp->config2);
689 esp->config2 = 0;
H A Dmac53c94.c121 writeb(CF2_FEATURE_EN, &regs->config2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c179 ether3_outw(priv(dev)->regs.config2 |= CFG2_CTRLO, REG_CONFIG2);
192 if (priv(dev)->regs.config2 & CFG2_CTRLO)
193 ether3_outw(priv(dev)->regs.config2 &= ~CFG2_CTRLO, REG_CONFIG2);
279 priv(dev)->regs.config2 = CFG2_CTRLO|CFG2_RECVCRC|CFG2_ERRENCRC;
306 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2);
344 priv(dev)->regs.config2 |= CFG2_CTRLO;
352 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2);
493 priv(dev)->regs.config2 |= CFG2_CTRLO;
495 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2);
H A Dether3.h162 unsigned int config2; member in struct:dev_priv::__anon5213
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dcpu-probe.c542 unsigned int config2; local
544 config2 = read_c0_config2();
546 if (config2 & MIPS_CONF2_SL)
549 return config2 & MIPS_CONF_M;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1026.c293 u8 config2; /* Register value */ member in struct:adm1026_data
361 data->config2 = adm1026_read_value(client, ADM1026_REG_CONFIG2);
460 if (data->config2 & (1 << i)) {
500 data->config2 |= 1 << gpio_output[i];
511 data->config2 |= 1 << gpio_input[i];
532 data->config2 &= ~(1 << gpio_fan[i]);
537 adm1026_write_value(client, ADM1026_REG_CONFIG2, data->config2);
677 data->config2 = adm1026_read_value(client,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmpc52xx.h66 u32 config2; /* SDRAM + 0x0c */ member in struct:mpc52xx_sdram
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmpc52xx.h196 u32 config2; /* SDRAM + 0x0c */ member in struct:mpc52xx_sdram
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbnx2.c3246 REG_WR(bp, BNX2_NVM_CFG2, flash->config2);
H A Dbnx2.h6447 u32 config2; member in struct:flash_spec

Completed in 286 milliseconds