Searched refs:CFG1_THERM_HOT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dadm1026.c71 #define CFG1_THERM_HOT 0x10 macro
958 return sprintf(buf, "%d\n", (data->config1 & CFG1_THERM_HOT) >> 4); show_temp_crit_enable()
976 data->config1 = (data->config1 & ~CFG1_THERM_HOT) | (val << 4); set_temp_crit_enable()
1733 if (data->config1 & CFG1_THERM_HOT) { adm1026_init_client()

Completed in 64 milliseconds