Searched refs:REG_TEMP_MAX (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max31760.c | 30 #define REG_TEMP_MAX(ch) (0x06 + (ch) * 2) macro 124 reg_temp = REG_TEMP_MAX(channel); in max31760_read() 249 reg_temp = REG_TEMP_MAX(channel); in max31760_write()
|
H A D | emc2103.c | 22 static const u8 REG_TEMP_MAX[4] = { 0x34, 0x30, 0x31, 0x32 }; variable 150 read_u8_from_i2c(client, REG_TEMP_MAX[i], in emc2103_update_device() 269 i2c_smbus_write_byte_data(client, REG_TEMP_MAX[nr], val); in temp_max_store()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | emc2103.c | 22 static const u8 REG_TEMP_MAX[4] = { 0x34, 0x30, 0x31, 0x32 }; variable 150 read_u8_from_i2c(client, REG_TEMP_MAX[i], in emc2103_update_device() 269 i2c_smbus_write_byte_data(client, REG_TEMP_MAX[nr], val); in temp_max_store()
|
Completed in 4 milliseconds