Searched refs:lm80_write_value (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | lm80.c | 135 static int lm80_write_value(struct i2c_client *client, u8 reg, u8 value) in lm80_write_value() function 148 lm80_write_value(client, LM80_REG_CONFIG, 0x80); in lm80_init_client() 150 lm80_write_value(client, LM80_REG_RES, 0x08); in lm80_init_client() 153 lm80_write_value(client, LM80_REG_CONFIG, 0x01); in lm80_init_client() 288 lm80_write_value(client, reg, data->in[nr][index]); in in_store() 330 lm80_write_value(client, LM80_REG_FAN_MIN(index + 1), in fan_store() 390 lm80_write_value(client, LM80_REG_FANDIV, reg); in fan_div_store() 394 lm80_write_value(client, LM80_REG_FAN_MIN(nr + 1), in fan_div_store() 426 lm80_write_value(client, temp_regs[nr], data->temp[nr] >> 8); in temp_store()
|