Searched refs:reg_to_temp (Results 1 – 2 of 2) sorted by relevance
57 static inline u8 reg_to_temp(u8 reg_value) in reg_to_temp() function98 return sprintf(buf, "%d\n", reg_to_temp(value)); in spu_show_temp()110 return sprintf(buf, "%d\n", reg_to_temp(value)); in show_throttle()184 return sprintf(buf, "%d\n", reg_to_temp(value)); in ppe_show_temp()
175 static int reg_to_temp(u16 reg) in reg_to_temp() function211 val = reg_to_temp(data->temp[attr->index]); in temp_show()