Lines Matching defs:conf
823 u8 oldconf, conf;825 conf = oldconf = gl520_read_value(client, GL520_REG_CONF);831 conf &= ~0x10;833 conf |= 0x10;834 data->two_temps = !(conf & 0x10);837 if (!(conf & 0x20))838 conf &= 0xf7;841 conf |= 0x40;843 if (conf != oldconf)844 gl520_write_value(client, GL520_REG_CONF, conf);