Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Df71805f.c135 #define F71805F_REG_PWM_AUTO_POINT_TEMP(pwmnr, apnr) \ argument
136 (0xA0 + 0x10 * (pwmnr) + (2 - (apnr)))
137 #define F71805F_REG_PWM_AUTO_POINT_FAN(pwmnr, apnr) \ argument
138 (0xA4 + 0x10 * (pwmnr) + \
791 int pwmnr = attr->nr; in show_pwm_auto_point_temp() local
795 temp_from_reg(data->auto_points[pwmnr].temp[apnr])); in show_pwm_auto_point_temp()
804 int pwmnr = attr->nr; in set_pwm_auto_point_temp() local
814 data->auto_points[pwmnr].temp[apnr] = temp_to_reg(val); in set_pwm_auto_point_temp()
815 f71805f_write8(data, F71805F_REG_PWM_AUTO_POINT_TEMP(pwmnr, apnr), in set_pwm_auto_point_temp()
816 data->auto_points[pwmnr].temp[apnr]); in set_pwm_auto_point_temp()
[all …]