Searched refs:REG_FAN_CONF1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | emc2103.c | 40 #define REG_FAN_CONF1 0x42 macro 141 if (read_u8_from_i2c(client, REG_FAN_CONF1, &conf1) < 0) in read_fan_config_from_i2c() 344 status = i2c_smbus_read_byte_data(client, REG_FAN_CONF1); in fan1_div_store() 347 REG_FAN_CONF1, status); in fan1_div_store() 353 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, status); in fan1_div_store() 456 result = read_u8_from_i2c(client, REG_FAN_CONF1, &conf_reg); in pwm1_enable_store() 467 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, conf_reg); in pwm1_enable_store()
|