Searched refs:dpwm (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/hwmon/ |
D | amc6821.c | 444 u8 dpwm, in set_slope_register() argument 452 if (dt * (0x20 >> tmp) >= dpwm) in set_slope_register() 478 int dpwm; in set_temp_auto_point_temp() local 538 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in set_temp_auto_point_temp() 539 if (set_slope_register(client, reg, dpwm, ptemp)) in set_temp_auto_point_temp() 557 int dpwm; in set_pwm1_auto_point_pwm() local 571 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in set_pwm1_auto_point_pwm() 572 if (set_slope_register(client, AMC6821_REG_LTEMP_FAN_CTRL, dpwm, in set_pwm1_auto_point_pwm() 577 if (set_slope_register(client, AMC6821_REG_RTEMP_FAN_CTRL, dpwm, in set_pwm1_auto_point_pwm()
|