Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Damd_fam14h_idle.c27 #define PCI_MONITOR_ENABLE_REG 0xe0 macro
143 val = pci_read_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG); in amd_fam14h_init()
145 PCI_MONITOR_ENABLE_REG, (unsigned int) val); in amd_fam14h_init()
147 pci_write_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG, val); in amd_fam14h_init()
150 state->name, PCI_MONITOR_ENABLE_REG, enable_bit, in amd_fam14h_init()
189 val = pci_read_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG); in amd_fam14h_disable()
191 pci_write_long(amd_fam14h_pci_dev, PCI_MONITOR_ENABLE_REG, val); in amd_fam14h_disable()