Home
last modified time | relevance | path

Searched refs:THMC50_REG_CONF (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dthmc50.c50 #define THMC50_REG_CONF 0x40 macro
102 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device()
157 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in set_analog_out()
162 i2c_smbus_write_byte_data(client, THMC50_REG_CONF, config); in set_analog_out()
340 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_detect()
355 THMC50_REG_CONF, in thmc50_detect()
387 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_init_client()
391 i2c_smbus_write_byte_data(client, THMC50_REG_CONF, config); in thmc50_init_client()