Symbol: w83627ehf_write_value
drivers/hwmon/w83627ehf.c
1022
w83627ehf_write_value(data, REG[nr], val); \
drivers/hwmon/w83627ehf.c
1100
w83627ehf_write_value(data, W83627EHF_REG_CASEOPEN_CLR, reg | mask);
drivers/hwmon/w83627ehf.c
1101
w83627ehf_write_value(data, W83627EHF_REG_CASEOPEN_CLR, reg & ~mask);
drivers/hwmon/w83627ehf.c
1226
w83627ehf_write_value(data, W83627EHF_REG_CONFIG,
drivers/hwmon/w83627ehf.c
1238
w83627ehf_write_value(data,
drivers/hwmon/w83627ehf.c
1246
w83627ehf_write_value(data, W83627EHF_REG_VBAT, tmp | 0x01);
drivers/hwmon/w83627ehf.c
1974
w83627ehf_write_value(data, W83627EHF_REG_IN_MIN(i),
drivers/hwmon/w83627ehf.c
1976
w83627ehf_write_value(data, W83627EHF_REG_IN_MAX(i),
drivers/hwmon/w83627ehf.c
1984
w83627ehf_write_value(data, W83627EHF_REG_FAN_MIN[i],
drivers/hwmon/w83627ehf.c
2001
w83627ehf_write_value(data,
drivers/hwmon/w83627ehf.c
2007
w83627ehf_write_value(data, W83627EHF_REG_VBAT, data->vbat);
drivers/hwmon/w83627ehf.c
458
return w83627ehf_write_value(data, reg, value);
drivers/hwmon/w83627ehf.c
472
w83627ehf_write_value(data, W83627EHF_REG_FANDIV1, reg);
drivers/hwmon/w83627ehf.c
475
w83627ehf_write_value(data, W83627EHF_REG_VBAT, reg);
drivers/hwmon/w83627ehf.c
482
w83627ehf_write_value(data, W83627EHF_REG_FANDIV1, reg);
drivers/hwmon/w83627ehf.c
485
w83627ehf_write_value(data, W83627EHF_REG_VBAT, reg);
drivers/hwmon/w83627ehf.c
490
w83627ehf_write_value(data, W83627EHF_REG_FANDIV2, reg);
drivers/hwmon/w83627ehf.c
493
w83627ehf_write_value(data, W83627EHF_REG_VBAT, reg);
drivers/hwmon/w83627ehf.c
498
w83627ehf_write_value(data, W83627EHF_REG_DIODE, reg);
drivers/hwmon/w83627ehf.c
501
w83627ehf_write_value(data, W83627EHF_REG_SMI_OVT, reg);
drivers/hwmon/w83627ehf.c
507
w83627ehf_write_value(data, W83627EHF_REG_DIODE, reg);
drivers/hwmon/w83627ehf.c
618
w83627ehf_write_value(data,
drivers/hwmon/w83627ehf.c
707
w83627ehf_write_value(data, W83627EHF_REG_IN_##REG(channel), \
drivers/hwmon/w83627ehf.c
781
w83627ehf_write_value(data, W83627EHF_REG_FAN_MIN[channel],
drivers/hwmon/w83627ehf.c
810
w83627ehf_write_value(data, W83627EHF_REG_TEMP_OFFSET[channel], val);
drivers/hwmon/w83627ehf.c
830
w83627ehf_write_value(data, W83627EHF_REG_PWM_ENABLE[channel], reg);
drivers/hwmon/w83627ehf.c
843
w83627ehf_write_value(data, W83627EHF_REG_PWM[channel], val);
drivers/hwmon/w83627ehf.c
864
w83627ehf_write_value(data, W83627EHF_REG_PWM_ENABLE[channel],
drivers/hwmon/w83627ehf.c
902
w83627ehf_write_value(data, W83627EHF_REG_TARGET[nr], val);
drivers/hwmon/w83627ehf.c
931
w83627ehf_write_value(data, W83627EHF_REG_TOLERANCE[nr], reg);
drivers/hwmon/w83627ehf.c
983
w83627ehf_write_value(data, REG[nr], val); \