Searched refs:config4 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac53c94.h41 unsigned char config4; member in struct:mac53c94_regs
208 * Bits in the config4 register.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7475.c170 u8 config4; member in struct:adt7475_data
845 return sprintf(buf, "%d\n", !!(data->config4 & CONFIG4_MAXDUTY));
862 data->config4 = i2c_smbus_read_byte_data(client, REG_CONFIG4);
864 data->config4 |= CONFIG4_MAXDUTY;
866 data->config4 &= ~CONFIG4_MAXDUTY;
867 i2c_smbus_write_byte_data(client, REG_CONFIG4, data->config4);
1278 data->config4 = adt7475_read(REG_CONFIG4);
1280 if ((data->config4 & CONFIG4_PINFUNC) == 0x0)
1287 if ((data->config4 & CONFIG4_PINFUNC) == 0x1 &&
1293 (data->config4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcpu-probe.c707 unsigned int config4; local
709 config4 = read_c0_config4();
711 if ((config4 & MIPS_CONF4_MMUEXTDEF) == MIPS_CONF4_MMUEXTDEF_MMUSIZEEXT
713 c->tlbsize += (config4 & MIPS_CONF4_MMUSIZEEXT) * 0x40;
715 c->kscratch_mask = (config4 >> 16) & 0xff;
717 return config4 & MIPS_CONF_M;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc.c71 u32 config4; member in struct:gpmc_cs_config
741 gpmc_context.cs_context[i].config4 =
773 gpmc_context.cs_context[i].config4);

Completed in 199 milliseconds