Lines Matching refs:lm93_write_byte
821 static int lm93_write_byte(struct i2c_client *client, u8 reg, u8 value) in lm93_write_byte() function
995 lm93_write_byte(client, LM93_REG_HOST_ERROR_1 + i, *(ptr + i)); in lm93_update_client_common()
1164 lm93_write_byte(client, LM93_REG_VCCP_LIMIT_OFF(vccp), in in_min_store()
1168 lm93_write_byte(client, LM93_REG_IN_MIN(nr), in in_min_store()
1229 lm93_write_byte(client, LM93_REG_VCCP_LIMIT_OFF(vccp), in in_max_store()
1233 lm93_write_byte(client, LM93_REG_IN_MAX(nr), in in_max_store()
1293 lm93_write_byte(client, LM93_REG_TEMP_MIN(nr), data->temp_lim[nr].min); in temp_min_store()
1326 lm93_write_byte(client, LM93_REG_TEMP_MAX(nr), data->temp_lim[nr].max); in temp_max_store()
1359 lm93_write_byte(client, LM93_REG_TEMP_BASE(nr), data->block10.base[nr]); in temp_auto_base_store()
1392 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); in temp_auto_boost_store()
1430 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in temp_auto_boost_hyst_store()
1432 lm93_write_byte(client, LM93_REG_BOOST_HYST(nr), in temp_auto_boost_hyst_store()
1475 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in temp_auto_offset_store()
1478 lm93_write_byte(client, LM93_REG_TEMP_OFFSET(ofs), in temp_auto_offset_store()
1557 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in temp_auto_pwm_min_store()
1596 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in temp_auto_offset_hyst_store()
1600 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in temp_auto_offset_hyst_store()
1701 lm93_write_byte(client, LM93_REG_SF_TACH_TO_PWM, data->sf_tach_to_pwm); in lm93_write_fan_smart_tach()
1709 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in lm93_write_fan_smart_tach()
1788 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in pwm_store()
1845 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in pwm_enable_store()
1885 lm93_write_byte(client, LM93_REG_SFC2, data->sfc2); in lm93_disable_fan_smart_tach()
1910 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4), ctl4); in pwm_freq_store()
1943 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL1), in pwm_auto_channels_store()
1989 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in pwm_auto_spinup_min_store()
2026 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in pwm_auto_spinup_time_store()
2059 lm93_write_byte(client, LM93_REG_PWM_RAMP_CTL, ramp); in pwm_auto_prochot_ramp_store()
2091 lm93_write_byte(client, LM93_REG_PWM_RAMP_CTL, ramp); in pwm_auto_vrdhot_ramp_store()
2155 lm93_write_byte(client, LM93_REG_PROCHOT_MAX(nr), in prochot_max_store()
2194 lm93_write_byte(client, LM93_REG_PROCHOT_OVERRIDE, in prochot_override_store()
2238 lm93_write_byte(client, LM93_REG_PROCHOT_INTERVAL, tmp); in prochot_interval_store()
2270 lm93_write_byte(client, LM93_REG_PROCHOT_OVERRIDE, in prochot_override_duty_cycle_store()
2303 lm93_write_byte(client, LM93_REG_CONFIG, data->config); in prochot_short_store()
2505 lm93_write_byte(client, LM93_REG_GPI_VID_CTL, in lm93_init_client()
2511 lm93_write_byte(client, LM93_REG_CONFIG, reg | 0x08); in lm93_init_client()
2515 lm93_write_byte(client, LM93_REG_STATUS_CONTROL, reg | 0x02); in lm93_init_client()
2518 lm93_write_byte(client, LM93_REG_SLEEP_CONTROL, 0); in lm93_init_client()
2525 lm93_write_byte(client, LM93_REG_MISC_ERR_MASK, reg); in lm93_init_client()
2530 lm93_write_byte(client, LM93_REG_CONFIG, reg | 0x01); in lm93_init_client()