Searched refs:reg_to_temp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 57 static inline u8 reg_to_temp(u8 reg_value) in reg_to_temp() function 98 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 56 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sch5627.c | 212 static int reg_to_temp(u16 reg) in reg_to_temp() function 262 *val = reg_to_temp(data->temp[channel]); in sch5627_read()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sch5627.c | 175 static int reg_to_temp(u16 reg) in reg_to_temp() function 211 val = reg_to_temp(data->temp[attr->index]); in temp_show()
|
Completed in 5 milliseconds