Searched refs:REG_FAN_CONF1 (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
H A D | emc2103.c | 40 #define REG_FAN_CONF1 0x42 macro 141 if (read_u8_from_i2c(client, REG_FAN_CONF1, &conf1) < 0) read_fan_config_from_i2c() 344 status = i2c_smbus_read_byte_data(client, REG_FAN_CONF1); set_fan_div() 347 REG_FAN_CONF1, status); set_fan_div() 353 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, status); set_fan_div() 454 result = read_u8_from_i2c(client, REG_FAN_CONF1, &conf_reg); set_pwm_enable() 465 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, conf_reg); set_pwm_enable()
|
Completed in 38 milliseconds