Searched refs:w83793_read_value (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/hwmon/ |
| D | w83793.c | 284 static u8 w83793_read_value(struct i2c_client *client, u16 reg); 394 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep() 427 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable() 455 reg = w83793_read_value(client, W83793_REG_CLR_CHASSIS); in store_chassis_clear() 553 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm() 677 w83793_read_value(client, W83793_REG_TEMP_MODE[index]); in store_temp_mode() 731 w83793_read_value(client, W83793_REG_PWM_DEFAULT) & 0xc0; in store_sf_setup() 747 w83793_read_value(client, W83793_REG_TEMP_CRITICAL) & 0x80; in store_sf_setup() 837 w83793_read_value(client, W83793_REG_PWM_ENABLE); in store_sf_ctrl() 850 w83793_read_value(client, W83793_REG_TEMP_CRUISE(index)); in store_sf_ctrl() [all …]
|