Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpci.c28 #define PCI_REG_NPKDSC 0x80 macro
40 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_activate()
43 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_activate()
61 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_deactivate()
64 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_deactivate()