Searched refs:i8k_fan_max (Results 1 – 1 of 1) sorted by relevance
68 static uint i8k_fan_max = I8K_FAN_HIGH; variable313 speed = (speed < 0) ? 0 : ((speed > i8k_fan_max) ? i8k_fan_max : speed); in i8k_set_fan()720 val = clamp_val(DIV_ROUND_CLOSEST(val, i8k_pwm_mult), 0, i8k_fan_max); in i8k_hwmon_pwm_store()1200 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()1201 i8k_pwm_mult = DIV_ROUND_UP(255, i8k_fan_max); in i8k_probe()1209 ret = i8k_get_fan_nominal_speed(fan, i8k_fan_max); in i8k_probe()