Searched refs:REG_TEMP_LSB (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | nct7802.c | 38 #define REG_TEMP_LSB 0x05 macro 563 static SENSOR_DEVICE_ATTR_2_RO(temp1_input, temp, 0x01, REG_TEMP_LSB); 569 static SENSOR_DEVICE_ATTR_2_RO(temp2_input, temp, 0x02, REG_TEMP_LSB); 575 static SENSOR_DEVICE_ATTR_2_RO(temp3_input, temp, 0x03, REG_TEMP_LSB); 1012 reg = i2c_smbus_read_byte_data(client, REG_TEMP_LSB); in nct7802_detect()
|