Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dnct7802.c38 #define REG_TEMP_LSB 0x05 macro
564 static SENSOR_DEVICE_ATTR_2_RO(temp1_input, temp, 0x01, REG_TEMP_LSB);
570 static SENSOR_DEVICE_ATTR_2_RO(temp2_input, temp, 0x02, REG_TEMP_LSB);
576 static SENSOR_DEVICE_ATTR_2_RO(temp3_input, temp, 0x03, REG_TEMP_LSB);
1013 reg = i2c_smbus_read_byte_data(client, REG_TEMP_LSB); in nct7802_detect()