Searched refs:PCI_PRI_CTRL (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | ats.c | 160 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_enable_pri() 171 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_enable_pri() 192 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_disable_pri() 194 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_disable_pri() 214 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_reset_pri() 220 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_reset_pri()
|
/linux-4.4.14/include/uapi/linux/ |
D | pci_regs.h | 846 #define PCI_PRI_CTRL 0x04 /* PRI control register */ macro
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 2063 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pri_reset_while_enabled() 2065 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pri_reset_while_enabled()
|