Home | History | Annotate | Download | only in i2c

Lines Matching defs:temp_high

1420 	uint8_t temp_high;
1444 error = emcfan_read_register(sc, EMCFAN_INTERNAL_TEMP_HIGH, &temp_high);
1474 error = emcfan_read_register(sc, EMCFAN_VIN4_VOLTAGE, &temp_high);
1495 error = emcfan_read_register(sc, EMCFAN_2101_EXTERNAL_TEMP_HIGH, &temp_high);
1617 error = emcfan_read_register(sc, external_temp_high_reg, &temp_high);
1645 if (temp_high == 0x7f &&
1656 if (temp_high == 0x80 &&
1667 kelvin1000 = (int8_t)temp_high * 1000;
1669 if (temp_high & 0x80) {
1674 if (temp_high & 0x80) {
1684 if (emcfan_vin_temps_i[temp_high] != EMCFAN_VIN_NO_TEMP) {
1685 vin1000 = emcfan_vin_temps_i[temp_high];
1688 if (emcfan_vin_temps[temp_high] != EMCFAN_VIN_NO_TEMP) {
1689 vin1000 = emcfan_vin_temps[temp_high];