Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dadt7475.c144 #define PWM_CONFIG_REG(idx) (REG_PWM_CONFIG_BASE + (idx)) macro
791 adt7475_read(PWM_CONFIG_REG(sattr->index)); in pwm_store()
911 i2c_smbus_write_byte_data(client, PWM_CONFIG_REG(index), in hw_set_pwm()
1614 ret = adt7475_read(PWM_CONFIG_REG(i)); in adt7475_set_pwm_polarity()
1623 ret = i2c_smbus_write_byte_data(client, PWM_CONFIG_REG(i), val); in adt7475_set_pwm_polarity()
1844 data->pwm[CONTROL][index] = adt7475_read(PWM_CONFIG_REG(index)); in adt7475_read_pwm()
1866 i2c_smbus_write_byte_data(client, PWM_CONFIG_REG(index), in adt7475_read_pwm()
1869 i2c_smbus_write_byte_data(client, PWM_CONFIG_REG(index), in adt7475_read_pwm()