Searched refs:i8k_fan_max (Results 1 – 1 of 1) sorted by relevance
77 static uint i8k_fan_max = I8K_FAN_HIGH; variable316 speed = (speed < 0) ? 0 : ((speed > i8k_fan_max) ? i8k_fan_max : speed); in i8k_set_fan()725 val = clamp_val(DIV_ROUND_CLOSEST(val, i8k_pwm_mult), 0, i8k_fan_max); in i8k_hwmon_set_pwm()1149 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()1150 i8k_pwm_mult = DIV_ROUND_UP(255, i8k_fan_max); in i8k_probe()1158 ret = i8k_get_fan_nominal_speed(fan, i8k_fan_max); in i8k_probe()