Lines Matching refs:TEMP_FROM_REG
279 static inline int TEMP_FROM_REG(int reg, int res) in TEMP_FROM_REG() function
889 res = TEMP_FROM_REG(data->temp[ix], 16); in show_temp()
892 res = TEMP_FROM_REG(data->temp_min[ix], 8); in show_temp()
895 res = TEMP_FROM_REG(data->temp_max[ix], 8); in show_temp()
898 res = TEMP_FROM_REG(data->temp_offset[ix], 8); in show_temp()
984 res = TEMP_FROM_REG(data->zone_low[ix], 8) - in show_zone()
988 res = TEMP_FROM_REG(data->zone_low[ix], 8); in show_zone()
992 res = TEMP_FROM_REG(data->zone_low[ix], 8) + in show_zone()
996 res = TEMP_FROM_REG(data->zone_abs[ix], 8); in show_zone()
1030 temp = TEMP_FROM_REG(data->zone_low[ix], 8); in set_zone()
1049 temp = TEMP_FROM_REG(data->zone_low[ix], 8); in set_zone()