Searched refs:LM93_TEMP_FROM_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | lm93.c | 413 static int LM93_TEMP_FROM_REG(u8 reg) in LM93_TEMP_FROM_REG() function 518 return LM93_TEMP_FROM_REG(data->boost[nr]) - in LM93_AUTO_BOOST_HYST_FROM_REGS() 526 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode); in LM93_AUTO_BOOST_HYST_TO_REG() 1262 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->block2[nr])); in temp_show() 1274 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->temp_lim[nr].min)); in temp_min_show() 1307 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->temp_lim[nr].max)); in temp_max_show() 1340 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->block10.base[nr])); in temp_auto_base_show() 1373 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->boost[nr])); in temp_auto_boost_show()
|