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

/linux-master/include/linux/
H A Dunits.h42 #define ABSOLUTE_ZERO_MILLICELSIUS -273150 macro
46 return t + ABSOLUTE_ZERO_MILLICELSIUS;
51 return t - ABSOLUTE_ZERO_MILLICELSIUS;
109 return t + DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS,
115 return t - DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS,
/linux-master/drivers/iio/adc/
H A Dmax77541-adc.c35 *val = DIV_ROUND_CLOSEST(ABSOLUTE_ZERO_MILLICELSIUS, 1725);
H A Dqcom-spmi-rradc.c673 *val = div64_s64(ABSOLUTE_ZERO_MILLICELSIUS,

Completed in 155 milliseconds