Searched refs:w83627hf_write_value (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | w83627hf.c | 396 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value); 427 w83627hf_write_value(data, W83781D_REG_IN_MAX(i), in w83627hf_resume() 429 w83627hf_write_value(data, W83781D_REG_IN_MIN(i), in w83627hf_resume() 433 w83627hf_write_value(data, W83627HF_REG_FAN_MIN(i), in w83627hf_resume() 436 w83627hf_write_value(data, w83627hf_reg_temp_over[i], in w83627hf_resume() 438 w83627hf_write_value(data, w83627hf_reg_temp_hyst[i], in w83627hf_resume() 445 w83627hf_write_value(data, W83627THF_REG_VRM_OVT_CFG, in w83627hf_resume() 447 w83627hf_write_value(data, W83781D_REG_SCFG1, data->scfg1); in w83627hf_resume() 448 w83627hf_write_value(data, W83781D_REG_SCFG2, data->scfg2); in w83627hf_resume() 512 w83627hf_write_value(data, W83781D_REG_IN_MIN(nr), data->in_min[nr]); in in_min_store() [all …]
|