Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/intel_th/
Dpci.c22 #define PCI_REG_NPKDSC 0x80 macro
34 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_activate()
37 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_activate()
55 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_deactivate()
58 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_deactivate()