Lines Matching refs:lm93_write_byte
834 static int lm93_write_byte(struct i2c_client *client, u8 reg, u8 value) in lm93_write_byte() function
1008 lm93_write_byte(client, LM93_REG_HOST_ERROR_1 + i, *(ptr + i)); in lm93_update_client_common()
1177 lm93_write_byte(client, LM93_REG_VCCP_LIMIT_OFF(vccp), in store_in_min()
1181 lm93_write_byte(client, LM93_REG_IN_MIN(nr), in store_in_min()
1258 lm93_write_byte(client, LM93_REG_VCCP_LIMIT_OFF(vccp), in store_in_max()
1262 lm93_write_byte(client, LM93_REG_IN_MAX(nr), in store_in_max()
1337 lm93_write_byte(client, LM93_REG_TEMP_MIN(nr), data->temp_lim[nr].min); in store_temp_min()
1372 lm93_write_byte(client, LM93_REG_TEMP_MAX(nr), data->temp_lim[nr].max); in store_temp_max()
1408 lm93_write_byte(client, LM93_REG_TEMP_BASE(nr), data->block10.base[nr]); in store_temp_auto_base()
1444 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); in store_temp_auto_boost()
1485 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in store_temp_auto_boost_hyst()
1487 lm93_write_byte(client, LM93_REG_BOOST_HYST(nr), in store_temp_auto_boost_hyst()
1536 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in store_temp_auto_offset()
1539 lm93_write_byte(client, LM93_REG_TEMP_OFFSET(ofs), in store_temp_auto_offset()
1653 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in store_temp_auto_pwm_min()
1697 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in store_temp_auto_offset_hyst()
1701 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in store_temp_auto_offset_hyst()
1811 lm93_write_byte(client, LM93_REG_SF_TACH_TO_PWM, data->sf_tach_to_pwm); in lm93_write_fan_smart_tach()
1819 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in lm93_write_fan_smart_tach()
1902 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in store_pwm()
1959 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in store_pwm_enable()
2001 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in lm93_disable_fan_smart_tach()
2026 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4), ctl4); in store_pwm_freq()
2060 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL1), in store_pwm_auto_channels()
2107 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in store_pwm_auto_spinup_min()
2147 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in store_pwm_auto_spinup_time()
2184 lm93_write_byte(client, LM93_REG_PWM_RAMP_CTL, ramp); in store_pwm_auto_prochot_ramp()
2218 lm93_write_byte(client, LM93_REG_PWM_RAMP_CTL, ramp); in store_pwm_auto_vrdhot_ramp()
2284 lm93_write_byte(client, LM93_REG_PROCHOT_MAX(nr), in store_prochot_max()
2325 lm93_write_byte(client, LM93_REG_PROCHOT_OVERRIDE, in store_prochot_override()
2371 lm93_write_byte(client, LM93_REG_PROCHOT_INTERVAL, tmp); in store_prochot_interval()
2405 lm93_write_byte(client, LM93_REG_PROCHOT_OVERRIDE, in store_prochot_override_duty_cycle()
2440 lm93_write_byte(client, LM93_REG_CONFIG, data->config); in store_prochot_short()
2643 lm93_write_byte(client, LM93_REG_GPI_VID_CTL, in lm93_init_client()
2649 lm93_write_byte(client, LM93_REG_CONFIG, reg | 0x08); in lm93_init_client()
2653 lm93_write_byte(client, LM93_REG_STATUS_CONTROL, reg | 0x02); in lm93_init_client()
2656 lm93_write_byte(client, LM93_REG_SLEEP_CONTROL, 0); in lm93_init_client()
2663 lm93_write_byte(client, LM93_REG_MISC_ERR_MASK, reg); in lm93_init_client()
2668 lm93_write_byte(client, LM93_REG_CONFIG, reg | 0x01); in lm93_init_client()