Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Drcar_gen3_thermal.c132 #define FIXPT_TO_MCELSIUS(_x) ((_x) * 1000 >> FIXPT_SHIFT) macro
186 mcelsius = FIXPT_TO_MCELSIUS(val); in rcar_gen3_thermal_get_temp()