Lines Matching defs:value
151 * REG_MAN_ID has the value 0x5ca3 for all supported chips.
329 u8 in[10]; /* Register value */
330 u8 in_max[10]; /* Register value */
331 u8 in_min[10]; /* Register value */
354 u8 pwm_enable_orig[4]; /* original value of pwm_enable */
364 u8 fan_step_output[4]; /* rate of change output value */
424 u16 value)
433 outb_p(value >> 8, data->addr + DATA_REG_OFFSET);
437 outb_p(value & 0xff, data->addr + DATA_REG_OFFSET);
456 u16 value)
459 value >>= 8;
460 return w83627ehf_write_value(data, reg, value);
472 /* fan5 input control bit is write only, compute the value */
482 /* fan5 input control bit is write only, compute the value */
737 * Speed below this value cannot possibly be represented,
747 * Speed above this value cannot possibly be represented,
758 * that the min limit will correspond to a register value
779 /* Give the chip time to sample a new speed value */
1887 /* Read VID value */