Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpci.c34 u32 npkdsc; in intel_th_pci_activate() local
40 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_activate()
42 npkdsc |= NPKDSC_TSACT; in intel_th_pci_activate()
43 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_activate()
55 u32 npkdsc; in intel_th_pci_deactivate() local
61 err = pci_read_config_dword(pdev, PCI_REG_NPKDSC, &npkdsc); in intel_th_pci_deactivate()
63 npkdsc |= NPKDSC_TSACT; in intel_th_pci_deactivate()
64 err = pci_write_config_dword(pdev, PCI_REG_NPKDSC, npkdsc); in intel_th_pci_deactivate()