Lines Matching refs:TEMP_FROM_REG
292 static inline int TEMP_FROM_REG(int reg, int res) in TEMP_FROM_REG() function
902 res = TEMP_FROM_REG(data->temp[ix], 16); in show_temp()
905 res = TEMP_FROM_REG(data->temp_min[ix], 8); in show_temp()
908 res = TEMP_FROM_REG(data->temp_max[ix], 8); in show_temp()
911 res = TEMP_FROM_REG(data->temp_offset[ix], 8); in show_temp()
997 res = TEMP_FROM_REG(data->zone_low[ix], 8) - in show_zone()
1001 res = TEMP_FROM_REG(data->zone_low[ix], 8); in show_zone()
1005 res = TEMP_FROM_REG(data->zone_low[ix], 8) + in show_zone()
1009 res = TEMP_FROM_REG(data->zone_abs[ix], 8); in show_zone()
1043 temp = TEMP_FROM_REG(data->zone_low[ix], 8); in set_zone()
1062 temp = TEMP_FROM_REG(data->zone_low[ix], 8); in set_zone()