Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/intel_th/
H A Dpci.c33 u32 npkdsc; in intel_th_pci_activate() local
39 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_activate()
41 npkdsc |= NPKDSC_TSACT; in intel_th_pci_activate()
42 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_activate()
54 u32 npkdsc; in intel_th_pci_deactivate() local
60 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_deactivate()
62 npkdsc |= NPKDSC_TSACT; in intel_th_pci_deactivate()
63 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_deactivate()