Lines Matching refs: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 */
422 u16 value)
431 outb_p(value >> 8, data->addr + DATA_REG_OFFSET);
435 outb_p(value & 0xff, data->addr + DATA_REG_OFFSET);
454 u16 value)
457 value >>= 8;
458 return w83627ehf_write_value(data, reg, value);
470 /* fan5 input control bit is write only, compute the value */
480 /* fan5 input control bit is write only, compute the value */
735 * Speed below this value cannot possibly be represented,
745 * Speed above this value cannot possibly be represented,
756 * that the min limit will correspond to a register value
777 /* Give the chip time to sample a new speed value */
1877 /* Read VID value */