Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/intel_th/
Dpci.c28 u32 npkdsc; in intel_th_pci_activate() local
34 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_activate()
36 npkdsc |= NPKDSC_TSACT; in intel_th_pci_activate()
37 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_activate()
49 u32 npkdsc; in intel_th_pci_deactivate() local
55 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_deactivate()
57 npkdsc |= NPKDSC_TSACT; in intel_th_pci_deactivate()
58 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_deactivate()