Searched refs:REG_TEMP (Results 1 – 4 of 4) sorted by relevance
| /drivers/hwmon/ |
| A D | k8temp.c | 20 #define REG_TEMP 0xe4 macro 101 pci_read_config_byte(pdev, REG_TEMP, &tmp); in k8temp_read() 107 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_read() 108 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_read() 171 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe() 173 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe() 174 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe() 182 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe() 189 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe() 190 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe() [all …]
|
| A D | emc2103.c | 20 static const u8 REG_TEMP[4] = { 0x00, 0x02, 0x04, 0x06 }; variable 147 read_temp_from_i2c(client, REG_TEMP[i], &data->temp[i]); in emc2103_update_device()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_hwmon.c | 27 REG_TEMP, enumerator 221 case REG_TEMP: in xe_hwmon_get_reg() 797 return xe_reg_is_valid(xe_hwmon_get_reg(hwmon, REG_TEMP, channel)) ? 0444 : 0; in xe_hwmon_temp_is_visible() 811 reg_val = xe_mmio_read32(mmio, xe_hwmon_get_reg(hwmon, REG_TEMP, channel)); in xe_hwmon_temp_read()
|
| /drivers/regulator/ |
| A D | tps62360-regulator.c | 34 #define REG_TEMP 5 macro
|
Completed in 26 milliseconds