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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Demc2103.c40 #define REG_FAN_CONF1 0x42 macro
138 if (read_u8_from_i2c(client, REG_FAN_CONF1, &conf1) < 0)
343 status = i2c_smbus_read_byte_data(client, REG_FAN_CONF1);
346 REG_FAN_CONF1, status);
352 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, status);
454 read_u8_from_i2c(client, REG_FAN_CONF1, &conf_reg);
461 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, conf_reg);

Completed in 234 milliseconds