Lines Matching refs:REG_TEMP
36 #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()
215 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe()
217 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
218 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe()
226 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
229 pci_read_config_byte(pdev, REG_TEMP, &data->sensorsp); in k8temp_probe()
233 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
234 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe()
242 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe()
243 pci_read_config_dword(pdev, REG_TEMP, &temp); in k8temp_probe()