Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dunits.h47 #define MILLIDEGREE_PER_DECIDEGREE 100 macro
63 t = milli_kelvin_to_millicelsius(t * MILLIDEGREE_PER_DECIDEGREE); in deci_kelvin_to_celsius()
72 return DIV_ROUND_CLOSEST(t, MILLIDEGREE_PER_DECIDEGREE); in celsius_to_deci_kelvin()
84 return t * MILLIDEGREE_PER_DECIDEGREE - offset; in deci_kelvin_to_millicelsius_with_offset()
89 return milli_kelvin_to_millicelsius(t * MILLIDEGREE_PER_DECIDEGREE); in deci_kelvin_to_millicelsius()
96 return DIV_ROUND_CLOSEST(t, MILLIDEGREE_PER_DECIDEGREE); in millicelsius_to_deci_kelvin()

Completed in 3 milliseconds