Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnzxt-smart2.c209 static long scale_pwm_value(long val, long orig_max, long new_max) in scale_pwm_value() argument
218 return max(1L, DIV_ROUND_CLOSEST(min(val, orig_max) * new_max, orig_max)); in scale_pwm_value()