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;
|