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

  /src/sys/dev/i2c/
emcfan.c 1421 uint8_t temp_low; local in function:emcfan_refresh_temp
1452 temp_low = 0;
1454 error = emcfan_read_register(sc, EMCFAN_INTERNAL_TEMP_LOW, &temp_low);
1489 error = emcfan_read_register(sc, EMCFAN_2101_EXTERNAL_TEMP_LOW, &temp_low);
1624 temp_low = 0;
1626 error = emcfan_read_register(sc, external_temp_low_reg, &temp_low);
1646 temp_low == 0) {
1657 (temp_low >> 5) == 0x00) {
1668 tl = temp_low >> 5;
emcfan.c 1421 uint8_t temp_low; local in function:emcfan_refresh_temp
1452 temp_low = 0;
1454 error = emcfan_read_register(sc, EMCFAN_INTERNAL_TEMP_LOW, &temp_low);
1489 error = emcfan_read_register(sc, EMCFAN_2101_EXTERNAL_TEMP_LOW, &temp_low);
1624 temp_low = 0;
1626 error = emcfan_read_register(sc, external_temp_low_reg, &temp_low);
1646 temp_low == 0) {
1657 (temp_low >> 5) == 0x00) {
1668 tl = temp_low >> 5;

Completed in 23 milliseconds