Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dats.c285 pci_read_config_word(pdev, pos + PCI_PASID_CTRL, &control); in pci_enable_pasid()
299 pci_write_config_word(pdev, pos + PCI_PASID_CTRL, control); in pci_enable_pasid()
319 pci_write_config_word(pdev, pos + PCI_PASID_CTRL, control); in pci_disable_pasid()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h820 #define PCI_PASID_CTRL 0x06 /* PASID control register */ macro