Searched refs:w83792d_read_value (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | w83792d.c | 327 static inline int w83792d_read_value(struct i2c_client *client, u8 reg) in w83792d_read_value() function 470 fan_div_reg = w83792d_read_value(client, W83792D_REG_FAN_DIV[nr >> 1]); in store_fan_div() 630 val |= w83792d_read_value(client, W83792D_REG_PWM[nr]) & 0xf0; in store_pwm() 672 cfg4_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG) & 0xc0; in store_pwmenable() 708 data->pwm[nr] = w83792d_read_value(client, W83792D_REG_PWM[nr]); in store_pwm_mode() 741 reg = w83792d_read_value(client, W83792D_REG_CHASSIS_CLR); in intrusion0_alarm_store() 779 target_mask = w83792d_read_value(client, in store_thermal_cruise() 817 tol_mask = w83792d_read_value(client, in store_tolerance() 864 mask_tmp = w83792d_read_value(client, in store_sf2_point() 906 mask_tmp = w83792d_read_value(client, W83792D_REG_LEVELS[index][nr]) in store_sf2_level() [all …]
|