Searched refs:i8k_pwm_mult (Results 1 – 1 of 1) sorted by relevance
67 static uint i8k_pwm_mult; variable706 return sprintf(buf, "%d\n", clamp_val(status * i8k_pwm_mult, 0, 255)); in i8k_hwmon_pwm_show()720 val = clamp_val(DIV_ROUND_CLOSEST(val, i8k_pwm_mult), 0, i8k_fan_max); in i8k_hwmon_pwm_store()1201 i8k_pwm_mult = DIV_ROUND_UP(255, i8k_fan_max); in i8k_probe()