Home
last modified time | relevance | path

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

/include/linux/
Dunits.h43 #define MILLIDEGREE_PER_DEGREE 1000 macro
48 return milli_kelvin_to_millicelsius(t * MILLIDEGREE_PER_DEGREE); in kelvin_to_millicelsius()
55 return DIV_ROUND_CLOSEST(t, MILLIDEGREE_PER_DEGREE); in millicelsius_to_kelvin()
62 return DIV_ROUND_CLOSEST(t, MILLIDEGREE_PER_DEGREE); in deci_kelvin_to_celsius()
67 t = millicelsius_to_milli_kelvin(t * MILLIDEGREE_PER_DEGREE); in celsius_to_deci_kelvin()
99 MILLIDEGREE_PER_DEGREE); in kelvin_to_celsius()
105 MILLIDEGREE_PER_DEGREE); in celsius_to_kelvin()