Searched refs:w83793_read_value (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | w83793.c | 283 static u8 w83793_read_value(struct i2c_client *client, u16 reg); 392 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep() 425 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable() 453 reg = w83793_read_value(client, W83793_REG_CLR_CHASSIS); in store_chassis_clear() 551 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm() 675 w83793_read_value(client, W83793_REG_TEMP_MODE[index]); in store_temp_mode() 729 w83793_read_value(client, W83793_REG_PWM_DEFAULT) & 0xc0; in store_sf_setup() 745 w83793_read_value(client, W83793_REG_TEMP_CRITICAL) & 0x80; in store_sf_setup() 835 w83793_read_value(client, W83793_REG_PWM_ENABLE); in store_sf_ctrl() 848 w83793_read_value(client, W83793_REG_TEMP_CRUISE(index)); in store_sf_ctrl() [all …]
|