Lines Matching defs:config
294 u8 smbus_bitmap; /* SMBus enable bits in extra config register */
555 /* Values read from Super-I/O config space */
561 /* Features skipped based on config or DMI */
584 u8 ec_special_config; /* EC special config register restore value */
2088 int err, config;
2098 config = it87_read_value(data, IT87_REG_CONFIG);
2099 if (config < 0) {
2100 count = config;
2102 config |= BIT(5);
2103 it87_write_value(data, IT87_REG_CONFIG, config);
2675 const struct it87_devices *config = NULL;
2767 config = &it87_devices[sio_data->type];
2772 config->model, sioaddr);
2779 config->model, sioaddr);
2791 if (has_in7_internal(config))
2798 if (has_avcc3(config))
2803 if (!has_four_pwm(config))
2805 else if (!has_five_pwm(config))
2807 else if (!has_six_pwm(config))
2810 if (!has_vid(config))
2813 /* Read GPIO config and VID value from LDN 7 (GPIO) */
3034 if (has_five_fans(config)) {
3136 if (config->smbus_bitmap) {
3142 sio_data->smbus_bitmap = reg & config->smbus_bitmap;
3146 superio_exit(sioaddr, config ? has_conf_noexit(config) : false);
3489 /* VID reading from Super-I/O config space if available */