Lines Matching defs:value
80 /* The device with the IT8718F/IT8720F VID value in it */
172 #define IT87_SIO_VID_REG 0xfc /* VID value */
205 * The IT8718F and IT8720F have the VID value in a different register, in
536 u8 sensor; /* Register value (IT87_REG_TEMP_ENABLE) */
537 u8 extra; /* Register value (IT87_REG_TEMP_EXTRA) */
545 u8 fan_main_ctrl; /* Register value */
546 u8 fan_ctl; /* Register value */
550 * the IT8720F. The meaning of bits 6-0 depends on the value of bit
559 u8 pwm_ctrl[NUM_PWM]; /* Register value */
560 u8 pwm_duty[NUM_PWM]; /* Manual PWM value set by user */
683 static void it87_write_value(struct it87_data *data, u8 reg, u8 value)
686 outb_p(value, data->addr + IT87_DATA_REG_OFFSET);
729 * 0: start pwm value (base + 3)
751 * returned by this read will be previous value
1027 u8 reg = data->sensor; /* In case value is updated while used */
1329 /* No on/off mode, set maximum pwm value */
1385 * is read-only so we can't write the value.
2516 /* Read GPIO config and VID value from LDN 7 (GPIO) */
2832 * Some chips seem to have default value 0xff for all limit
2922 * In both cases, the value can (and should) be changed by the user
3364 MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value");