Lines Matching full:manual
150 u8 manual; in write_fan_speed() local
173 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
174 manual &= ~INVERT_MASK; in write_fan_speed()
176 manual | MANUAL_MASK | th->pwm_inv[fan]); in write_fan_speed()
181 manual = read_reg(th, in write_fan_speed()
183 manual &= ~INVERT_MASK; in write_fan_speed()
184 manual |= th->pwm_inv[fan]; in write_fan_speed()
186 MANUAL_MODE[fan], manual|REM_CONTROL[fan]); in write_fan_speed()
188 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
189 manual &= ~INVERT_MASK; in write_fan_speed()
190 manual |= th->pwm_inv[fan]; in write_fan_speed()
191 write_reg(th, MANUAL_MODE[fan], manual&(~AUTO_MASK)); in write_fan_speed()
514 /* force manual control to start the fan quieter */ in probe_thermostat()
547 /* manual mode, stop fans */ in probe_thermostat()