Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadm1031.c233 #define AUTO_TEMP_MIN_FROM_REG_DEG(reg) ((((reg) >> 3) & 0x1f) << 2) macro
526 AUTO_TEMP_MIN_FROM_REG_DEG(data->auto_temp[chan+1]); in trust_fan_readings()
531 AUTO_TEMP_MIN_FROM_REG_DEG(data->auto_temp[1]); in trust_fan_readings()
536 AUTO_TEMP_MIN_FROM_REG_DEG(data->auto_temp[2]); in trust_fan_readings()
541 AUTO_TEMP_MIN_FROM_REG_DEG(data->auto_temp[0]) in trust_fan_readings()
543 AUTO_TEMP_MIN_FROM_REG_DEG(data->auto_temp[1]) in trust_fan_readings()
546 AUTO_TEMP_MIN_FROM_REG_DEG(data->auto_temp[2])); in trust_fan_readings()