HomeSort by: relevance | last modified time | path
    Searched defs:temp_high (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
emcfan.c 1420 uint8_t temp_high; local in function:emcfan_refresh_temp
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)
    [all...]
emcfan.c 1420 uint8_t temp_high; local in function:emcfan_refresh_temp
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)
    [all...]
emcfan.c 1420 uint8_t temp_high; local in function:emcfan_refresh_temp
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)
    [all...]

Completed in 40 milliseconds