Searched refs:DS1621_REG_CONF (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 Dds1621.c60 #define DS1621_REG_CONF 0xAC /* byte, RW */ macro
105 new_conf = conf = i2c_smbus_read_byte_data(client, DS1621_REG_CONF);
116 i2c_smbus_write_byte_data(client, DS1621_REG_CONF, new_conf);
136 data->conf = i2c_smbus_read_byte_data(client, DS1621_REG_CONF);
149 i2c_smbus_write_byte_data(client, DS1621_REG_CONF,
241 conf = i2c_smbus_read_byte_data(client, DS1621_REG_CONF);

Completed in 34 milliseconds