Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dk8temp.c36 #define REG_TEMP 0xe4 macro
64 pci_read_config_byte(pdev, REG_TEMP, &tmp); in k8temp_update_device()
66 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
67 pci_read_config_dword(pdev, REG_TEMP, &data->temp[0][0]); in k8temp_update_device()
71 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
72 pci_read_config_dword(pdev, REG_TEMP, in k8temp_update_device()
79 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
80 pci_read_config_dword(pdev, REG_TEMP, in k8temp_update_device()
85 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
86 pci_read_config_dword(pdev, REG_TEMP, in k8temp_update_device()
[all …]
Demc2103.c33 static const u8 REG_TEMP[4] = { 0x00, 0x02, 0x04, 0x06 }; variable
160 read_temp_from_i2c(client, REG_TEMP[i], &data->temp[i]); in emc2103_update_device()
/Linux-v4.19/drivers/regulator/
Dtps62360-regulator.c48 #define REG_TEMP 5 macro