Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dadt7470.c818 int pwm_auto_reg = ADT7470_REG_PWM_CFG(attr->index); in set_pwm_auto() local
837 reg = i2c_smbus_read_byte_data(client, pwm_auto_reg); in set_pwm_auto()
842 i2c_smbus_write_byte_data(client, pwm_auto_reg, reg); in set_pwm_auto()
879 int pwm_auto_reg = ADT7470_REG_PWM_AUTO_TEMP(attr->index); in set_pwm_auto_temp() local
892 reg = i2c_smbus_read_byte_data(client, pwm_auto_reg); in set_pwm_auto_temp()
902 i2c_smbus_write_byte_data(client, pwm_auto_reg, reg); in set_pwm_auto_temp()