Searched refs:PCI_MONITOR_ENABLE_REG (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/tools/power/cpupower/utils/idle_monitor/ |
D | amd_fam14h_idle.c | 26 #define PCI_MONITOR_ENABLE_REG 0xe0 macro 142 val = pci_read_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG); in amd_fam14h_init() 144 PCI_MONITOR_ENABLE_REG, (unsigned int) val); in amd_fam14h_init() 146 pci_write_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG, val); in amd_fam14h_init() 149 state->name, PCI_MONITOR_ENABLE_REG, enable_bit, in amd_fam14h_init() 188 val = pci_read_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG); in amd_fam14h_disable() 190 pci_write_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG, val); in amd_fam14h_disable()
|