Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Demc2103.c27 #define REG_FAN_CONF1 0x42 macro
128 if (read_u8_from_i2c(client, REG_FAN_CONF1, &conf1) < 0) in read_fan_config_from_i2c()
333 status = i2c_smbus_read_byte_data(client, REG_FAN_CONF1); in fan1_div_store()
336 REG_FAN_CONF1, status); in fan1_div_store()
342 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, status); in fan1_div_store()
445 result = read_u8_from_i2c(client, REG_FAN_CONF1, &conf_reg); in pwm1_enable_store()
456 i2c_smbus_write_byte_data(client, REG_FAN_CONF1, conf_reg); in pwm1_enable_store()