Home
last modified time | relevance | path

Searched refs:ft_temp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
H A Dsun8i_thermal.c223 int i, ft_temp; in sun50i_h6_ths_calibrate() local
244 ft_temp = (caldata[0] & FT_TEMP_MASK) * 100; in sun50i_h6_ths_calibrate()
258 ((sensor_temp - ft_temp) * 10 / tmdev->chip->scale); in sun50i_h6_ths_calibrate()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dsun8i_thermal.c222 int i, ft_temp; in sun50i_h6_ths_calibrate() local
243 ft_temp = (caldata[0] & FT_TEMP_MASK) * 100; in sun50i_h6_ths_calibrate()
257 ((sensor_temp - ft_temp) * 10 / tmdev->chip->scale); in sun50i_h6_ths_calibrate()

Completed in 2 milliseconds