Lines Matching defs:config
356 * no config register, only affected by chip
1862 u8 config;
1868 config = w83795_read(client, W83795_REG_CONFIG);
1869 if (!(config & W83795_REG_CONFIG_START)) {
1872 config | W83795_REG_CONFIG_START);
1875 data->clkin = clkin[(config >> 3) & 0x3];
1905 int bank, vendor_id, device_id, expected, i2c_addr, config;
1964 config = i2c_smbus_read_byte_data(client, W83795_REG_CONFIG);
1965 if (config & W83795_REG_CONFIG_CONFIG48)
2118 static void w83795_apply_temp_config(struct w83795_data *data, u8 config,
2121 /* config is a 2-bit value */
2122 switch (config) {