Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Drcar_gen3_thermal.c125 #define INT_FIXPT(_x) ((_x) >> FIXPT_SHIFT) macro
197 if (celsius <= INT_FIXPT(tsc->tj_t)) in rcar_gen3_thermal_mcelsius_to_temp()
202 return INT_FIXPT(val); in rcar_gen3_thermal_mcelsius_to_temp()
/kernel/linux/linux-6.6/drivers/thermal/
H A Drcar_gen3_thermal.c130 #define INT_FIXPT(_x) ((_x) >> FIXPT_SHIFT) macro
202 if (celsius <= INT_FIXPT(tsc->tj_t)) in rcar_gen3_thermal_mcelsius_to_temp()
207 return INT_FIXPT(val); in rcar_gen3_thermal_mcelsius_to_temp()

Completed in 2 milliseconds