Lines Matching refs:REG_TEMP
37 #define REG_TEMP 0xe4 macro
65 pci_read_config_byte(pdev, REG_TEMP, &tmp); in k8temp_update_device()
67 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
68 pci_read_config_dword(pdev, REG_TEMP, &data->temp[0][0]); in k8temp_update_device()
72 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
73 pci_read_config_dword(pdev, REG_TEMP, in k8temp_update_device()
80 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
81 pci_read_config_dword(pdev, REG_TEMP, in k8temp_update_device()
86 pci_write_config_byte(pdev, REG_TEMP, tmp); in k8temp_update_device()
87 pci_read_config_dword(pdev, REG_TEMP, in k8temp_update_device()
219 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe()
221 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
222 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe()
231 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
234 pci_read_config_byte(pdev, REG_TEMP, &data->sensorsp); in k8temp_probe()
238 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
239 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe()
247 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
248 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe()