Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dk8temp.c20 #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()
185 pci_read_config_byte(pdev, REG_TEMP, &data->sensorsp); in k8temp_probe()
189 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c27 REG_TEMP, enumerator
261 case REG_TEMP: in xe_hwmon_get_reg()
924 vram_reg = xe_hwmon_get_reg(hwmon, REG_TEMP, channel); in is_vram_ch_available()
979 return xe_reg_is_valid(xe_hwmon_get_reg(hwmon, REG_TEMP, in xe_hwmon_temp_is_visible()
1005 reg_val = xe_mmio_read32(mmio, xe_hwmon_get_reg(hwmon, REG_TEMP, channel)); in xe_hwmon_temp_read()
1015 reg_val = xe_mmio_read32(mmio, xe_hwmon_get_reg(hwmon, REG_TEMP, channel)); in xe_hwmon_temp_read()
/linux/drivers/regulator/
H A Dtps62360-regulator.c34 #define REG_TEMP 5 macro