Searched refs:PCI_PRI_CTRL (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/pci/ |
D | ats.c | 199 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_enable_pri() 210 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_enable_pri() 231 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_disable_pri() 233 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_disable_pri() 253 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_reset_pri() 259 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_reset_pri()
|
/linux-4.1.27/include/uapi/linux/ |
D | pci_regs.h | 805 #define PCI_PRI_CTRL 0x04 /* PRI control register */ macro
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 2208 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pri_reset_while_enabled() 2210 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pri_reset_while_enabled()
|