Home
last modified time | relevance | path

Searched refs:w83793_read_value (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/hwmon/
Dw83793.c284 static u8 w83793_read_value(struct i2c_client *client, u16 reg);
393 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep()
426 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable()
454 reg = w83793_read_value(client, W83793_REG_CLR_CHASSIS); in store_chassis_clear()
552 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm()
676 w83793_read_value(client, W83793_REG_TEMP_MODE[index]); in store_temp_mode()
730 w83793_read_value(client, W83793_REG_PWM_DEFAULT) & 0xc0; in store_sf_setup()
746 w83793_read_value(client, W83793_REG_TEMP_CRITICAL) & 0x80; in store_sf_setup()
836 w83793_read_value(client, W83793_REG_PWM_ENABLE); in store_sf_ctrl()
849 w83793_read_value(client, W83793_REG_TEMP_CRUISE(index)); in store_sf_ctrl()
[all …]