Lines Matching refs:value
77 /* The device with the IT8718F/IT8720F VID value in it */
180 #define IT87_SIO_VID_REG 0xfc /* VID value */
220 * The IT8718F and IT8720F have the VID value in a different register, in
584 u8 ec_special_config; /* EC special config register restore value */
601 u8 sensor; /* Register value (IT87_REG_TEMP_ENABLE) */
602 u8 extra; /* Register value (IT87_REG_TEMP_EXTRA) */
610 u8 fan_main_ctrl; /* Register value */
611 u8 fan_ctl; /* Register value */
615 * the IT8720F. The meaning of bits 6-0 depends on the value of bit
624 u8 pwm_ctrl[NUM_PWM]; /* Register value */
625 u8 pwm_duty[NUM_PWM]; /* Manual PWM value set by user */
791 static void it87_write_value(struct it87_data *data, u8 reg, u8 value)
794 outb_p(value, data->addr + IT87_DATA_REG_OFFSET);
837 * 0: start pwm value (base + 3)
883 * returned by this read will be previous value
1549 /* No on/off mode, set maximum pwm value */
1609 * is read-only so we can't write the value.
2688 /* If only one value given use for all chips */
2813 /* Read GPIO config and VID value from LDN 7 (GPIO) */
3151 * Some chips seem to have default value 0xff for all limit
3241 * In both cases, the value can (and should) be changed by the user
3793 MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value");