Searched refs:config3 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcpu-probe.c681 unsigned int config3; local
683 config3 = read_c0_config3();
685 if (config3 & MIPS_CONF3_SM)
687 if (config3 & MIPS_CONF3_DSP)
689 if (config3 & MIPS_CONF3_VINT)
691 if (config3 & MIPS_CONF3_VEIC)
693 if (config3 & MIPS_CONF3_MT)
695 if (config3 & MIPS_CONF3_ULRI)
697 if (config3 & MIPS_CONF3_CTXTC)
699 if (config3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac53c94.h39 unsigned char config3; member in struct:mac53c94_regs
196 * Bits in the config3 register.
H A Dmac53c94.c122 writeb(0, &regs->config3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc.c70 u32 config3; member in struct:gpmc_cs_config
739 gpmc_context.cs_context[i].config3 =
771 gpmc_context.cs_context[i].config3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm1026.c288 u8 config3; /* Register value */ member in struct:adm1026_data
359 data->config3 = adm1026_read_value(client, ADM1026_REG_CONFIG3);
384 if (data->config3 & CFG3_GPIO16_ENABLE) {
391 if (data->config3 & CFG3_VREF_250) {
406 data->gpio_config[16] = (data->config3 >> 6) & 0x03;
471 if (data->config3 & CFG3_GPIO16_ENABLE) {
534 data->config3 = (data->config3 & 0x3f)
536 adm1026_write_value(client, ADM1026_REG_CONFIG3, data->config3);
675 data->config3
[all...]
H A Dadt7475.c1244 u8 config2, config3; local
1270 config3 = adt7475_read(REG_CONFIG3);
1272 if (!(config3 & CONFIG3_SMBALERT))
1288 !(config3 & CONFIG3_THERM))
1292 if (!(config3 & CONFIG3_THERM) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dmxc_nand.c829 uint32_t config2, config3; local
878 config3 = NFC_V3_CONFIG3_NUM_OF_DEVICES(0) |
885 config3 |= NFC_V3_CONFIG3_FW8;
887 writel(config3, NFC_V3_CONFIG3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.h6625 u32 config3; member in struct:flash_spec
H A Dbnx2.c4323 REG_WR(bp, BNX2_NVM_CFG3, flash->config3);

Completed in 279 milliseconds