Lines Matching defs:tmp
3505 u8 tmp, diode;
3509 tmp = nct6775_read_value(data, data->REG_CONFIG);
3510 if (!(tmp & 0x01))
3511 nct6775_write_value(data, data->REG_CONFIG, tmp | 0x01);
3520 tmp = nct6775_read_value(data, data->reg_temp_config[i]);
3521 if (tmp & 0x01)
3523 tmp & 0xfe);
3527 tmp = nct6775_read_value(data, data->REG_VBAT);
3528 if (!(tmp & 0x01))
3529 nct6775_write_value(data, data->REG_VBAT, tmp | 0x01);
3536 if ((tmp & (data->DIODE_MASK << i))) /* diode */
4541 u8 tmp;
4544 tmp = superio_inb(sio_data->sioreg,
4549 tmp |= 0xe0;
4552 tmp |= 0x1e;
4556 tmp |= 0x3e;
4565 tmp |= 0x7e;
4569 tmp);