Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dnct7802.c38 #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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct7802.c38 #define REG_TEMP_LSB 0x05 macro
580 static SENSOR_DEVICE_ATTR_2_RO(temp1_input, temp, 0x01, REG_TEMP_LSB);
586 static SENSOR_DEVICE_ATTR_2_RO(temp2_input, temp, 0x02, REG_TEMP_LSB);
592 static SENSOR_DEVICE_ATTR_2_RO(temp3_input, temp, 0x03, REG_TEMP_LSB);
1029 reg = i2c_smbus_read_byte_data(client, REG_TEMP_LSB); in nct7802_detect()

Completed in 4 milliseconds