Lines Matching refs:REG_TEMP
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()
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()
190 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe()
198 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
199 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe()