Lines Matching full:manual
152 u8 manual; in write_fan_speed() local
175 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
176 manual &= ~INVERT_MASK; in write_fan_speed()
178 manual | MANUAL_MASK | th->pwm_inv[fan]); in write_fan_speed()
183 manual = read_reg(th, in write_fan_speed()
185 manual &= ~INVERT_MASK; in write_fan_speed()
186 manual |= th->pwm_inv[fan]; in write_fan_speed()
188 MANUAL_MODE[fan], manual|REM_CONTROL[fan]); in write_fan_speed()
190 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
191 manual &= ~INVERT_MASK; in write_fan_speed()
192 manual |= th->pwm_inv[fan]; in write_fan_speed()
193 write_reg(th, MANUAL_MODE[fan], manual&(~AUTO_MASK)); in write_fan_speed()
516 /* force manual control to start the fan quieter */ in probe_thermostat()
549 /* manual mode, stop fans */ in probe_thermostat()