Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dnct7802.c39 #define REG_TEMP_PECI_LSB 0x08 macro
585 static SENSOR_DEVICE_ATTR_2_RO(temp5_input, temp, 0x06, REG_TEMP_PECI_LSB);
590 static SENSOR_DEVICE_ATTR_2_RO(temp6_input, temp, 0x07, REG_TEMP_PECI_LSB);
1016 reg = i2c_smbus_read_byte_data(client, REG_TEMP_PECI_LSB); in nct7802_detect()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct7802.c39 #define REG_TEMP_PECI_LSB 0x08 macro
602 static SENSOR_DEVICE_ATTR_2_RO(temp5_input, temp, 0x06, REG_TEMP_PECI_LSB);
607 static SENSOR_DEVICE_ATTR_2_RO(temp6_input, temp, 0x07, REG_TEMP_PECI_LSB);
1033 reg = i2c_smbus_read_byte_data(client, REG_TEMP_PECI_LSB); in nct7802_detect()

Completed in 4 milliseconds