Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/
Dats.c202 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_enable_pri()
228 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pci_disable_pri()
230 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_disable_pri()
254 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_restore_pri_state()
278 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pci_reset_pri()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h888 #define PCI_PRI_CTRL 0x04 /* PRI control register */ macro
/Linux-v5.4/drivers/iommu/
Damd_iommu.c2108 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control); in pri_reset_while_enabled()
2110 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control); in pri_reset_while_enabled()