Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hwmon/
Demc2103.c40 #define REG_FAN_CONF1 0x42 macro
140 if (read_u8_from_i2c(client, REG_FAN_CONF1, &conf1) < 0) in read_fan_config_from_i2c()
347 status = i2c_smbus_read_byte_data(client, REG_FAN_CONF1); in set_fan_div()
350 REG_FAN_CONF1, status); in set_fan_div()
356 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, status); in set_fan_div()
458 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()