Home
last modified time | relevance | path

Searched refs:reg_to_temp (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c56 static inline u8 reg_to_temp(u8 reg_value) in reg_to_temp() function
97 return sprintf(buf, "%d\n", reg_to_temp(value)); in spu_show_temp()
109 return sprintf(buf, "%d\n", reg_to_temp(value)); in show_throttle()
183 return sprintf(buf, "%d\n", reg_to_temp(value)); in ppe_show_temp()
/linux/drivers/hwmon/
H A Dsch5627.c211 static int reg_to_temp(u16 reg) in reg_to_temp() function
308 *val = reg_to_temp(data->temp[channel]); in sch5627_read()