Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dspd5118.c70 #define SPD5118_TEMP_UNIT (MILLIDEGREE_PER_DEGREE / 4) macro
86 return temp * SPD5118_TEMP_UNIT; in spd5118_temp_from_reg()
92 return (DIV_ROUND_CLOSEST(temp, SPD5118_TEMP_UNIT) & 0x7ff) << 2; in spd5118_temp_to_reg()