Searched refs:w83793_read_value (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | w83793.c | 297 static u8 w83793_read_value(struct i2c_client *client, u16 reg); 407 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep() 440 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable() 468 reg = w83793_read_value(client, W83793_REG_CLR_CHASSIS); in store_chassis_clear() 566 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm() 690 w83793_read_value(client, W83793_REG_TEMP_MODE[index]); in store_temp_mode() 744 w83793_read_value(client, W83793_REG_PWM_DEFAULT) & 0xc0; in store_sf_setup() 760 w83793_read_value(client, W83793_REG_TEMP_CRITICAL) & 0x80; in store_sf_setup() 850 w83793_read_value(client, W83793_REG_PWM_ENABLE); in store_sf_ctrl() 863 w83793_read_value(client, W83793_REG_TEMP_CRUISE(index)); in store_sf_ctrl() [all …]
|