Searched refs:cfg_new (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c55 u8 cfg_new, cfg = (u8)i2c_smbus_read_byte_data(lm->i2c, 1); local
63 cfg_new = cfg & ~0x01;
64 i2c_smbus_write_byte_data(lm->i2c, 1, cfg_new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dio_apic.c3206 struct irq_cfg *cfg_new = NULL; local
3220 cfg_new = desc_new->chip_data;
3222 if (cfg_new->vector != 0)
3226 cfg_new = desc_new->chip_data;
3228 if (__assign_irq_vector(new, cfg_new, apic->target_cpus()) == 0)

Completed in 35 milliseconds