Lines Matching defs:config
495 /* Values read from Super-I/O config space */
501 /* Features skipped based on config or DMI */
1825 int config;
1832 config = it87_read_value(data, IT87_REG_CONFIG);
1833 if (config < 0) {
1834 count = config;
1836 config |= BIT(5);
1837 it87_write_value(data, IT87_REG_CONFIG, config);
2395 const struct it87_devices *config;
2493 config = &it87_devices[sio_data->type];
2496 if (has_in7_internal(config))
2503 if (has_avcc3(config))
2508 if (!has_five_pwm(config))
2510 else if (!has_six_pwm(config))
2513 if (!has_vid(config))
2516 /* Read GPIO config and VID value from LDN 7 (GPIO) */
2709 if (has_five_fans(config)) {
3159 /* VID reading from Super-I/O config space if available */