Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/cell/
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-6.12.1/drivers/hwmon/
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()