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

  /src/sys/dev/i2c/
emcfan.c 1417 uint8_t temp_config; local in function:emcfan_refresh_temp
1466 error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &temp_config);
1472 inverted = temp_config & 0x80;
1533 error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &temp_config);
1540 using_apd = temp_config & 0x01;
emcfan.c 1417 uint8_t temp_config; local in function:emcfan_refresh_temp
1466 error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &temp_config);
1472 inverted = temp_config & 0x80;
1533 error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &temp_config);
1540 using_apd = temp_config & 0x01;

Completed in 24 milliseconds