Lines Matching defs:mode
193 0x04, /* SYS FAN0 output mode and PWM mode */
194 0x04, /* CPU FAN0 output mode and PWM mode */
195 0x12, /* AUX FAN mode */
196 0x62, /* CPU FAN1 mode */
255 /* 1 is PWM mode, output in ms */
256 static inline unsigned int step_time_from_reg(u8 reg, u8 mode)
258 return mode ? 100 * reg : 400 * reg;
261 static inline u8 step_time_to_reg(unsigned int msec, u8 mode)
263 return clamp_val((mode ? (msec + 50) / 100 : (msec + 200) / 400),
347 * 2->thermal cruise mode (also called SmartFan I)
348 * 3->fan speed cruise mode
1120 return a->mode;
1128 return a->mode;
1135 return a->mode;
1143 return a->mode;
1152 return a->mode;
1158 return a->mode;
1923 "VID pins in output mode, CPU VID not available\n");