Home
last modified time | relevance | path

Searched refs:reg_temp_crit_h (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c3512 const u16 *reg_temp_crit_l = NULL, *reg_temp_crit_h = NULL; in nct6775_probe() local
3601 reg_temp_crit_h = NCT6106_REG_TEMP_CRIT_H; in nct6775_probe()
3677 reg_temp_crit_h = NCT6106_REG_TEMP_CRIT_H; in nct6775_probe()
4207 if (reg_temp_crit_h && reg_temp_crit_h[i]) in nct6775_probe()
4208 data->reg_temp[3][src - 1] = reg_temp_crit_h[i]; in nct6775_probe()
4230 if (reg_temp_crit_h && reg_temp_crit_h[i]) in nct6775_probe()
4231 data->reg_temp[3][s] = reg_temp_crit_h[i]; in nct6775_probe()