Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dunits.h34 #define ABSOLUTE_ZERO_MILLICELSIUS -273150 macro
38 return t + ABSOLUTE_ZERO_MILLICELSIUS; in milli_kelvin_to_millicelsius()
43 return t - ABSOLUTE_ZERO_MILLICELSIUS; in millicelsius_to_milli_kelvin()
101 return t + DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS, in kelvin_to_celsius()
107 return t - DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS, in celsius_to_kelvin()
/openbmc/linux/drivers/iio/adc/
H A Dmax77541-adc.c35 *val = DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS, 1725); in max77541_adc_offset()
H A Dqcom-spmi-rradc.c673 *val = div64_s64(ABSOLUTE_ZERO_MILLICELSIUS, in rradc_read_offset()