Searched refs:SPD5118_TEMP_UNIT (Results 1 – 1 of 1) sorted by relevance
70 #define SPD5118_TEMP_UNIT (MILLIDEGREE_PER_DEGREE / 4) macro86 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()