Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dats.c175 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_enable_pri()
201 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_disable_pri()
203 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_disable_pri()
227 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_restore_pri_state()
251 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_reset_pri()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h875 #define PCI_PRI_CTRL 0x04 /* PRI control register */ macro
/Linux-v4.19/drivers/iommu/
Damd_iommu.c1993 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pri_reset_while_enabled()
1995 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pri_reset_while_enabled()