Lines Matching refs:TEMP_FROM_REG
291 static inline int TEMP_FROM_REG(int reg, int res) in TEMP_FROM_REG() function
899 res = TEMP_FROM_REG(data->temp[ix], 16); in show_temp()
902 res = TEMP_FROM_REG(data->temp_min[ix], 8); in show_temp()
905 res = TEMP_FROM_REG(data->temp_max[ix], 8); in show_temp()
908 res = TEMP_FROM_REG(data->temp_offset[ix], 8); in show_temp()
994 res = TEMP_FROM_REG(data->zone_low[ix], 8) - in show_zone()
998 res = TEMP_FROM_REG(data->zone_low[ix], 8); in show_zone()
1002 res = TEMP_FROM_REG(data->zone_low[ix], 8) + in show_zone()
1006 res = TEMP_FROM_REG(data->zone_abs[ix], 8); in show_zone()
1039 TEMP_FROM_REG(data->zone_low[ix], 8) - in set_zone()
1059 TEMP_FROM_REG(data->zone_low[ix], 8), in set_zone()