Searched refs:REG_FAN_CONF1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/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 set_fan_div() 347 REG_FAN_CONF1, status); in set_fan_div() 353 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, status); in set_fan_div() 454 result = read_u8_from_i2c(client, REG_FAN_CONF1, &conf_reg); in set_pwm_enable() 465 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, conf_reg); in set_pwm_enable()
|