Searched refs:PCI_PASID_CTRL_ENABLE (Results 1 – 2 of 2) sorted by relevance
429 control = PCI_PASID_CTRL_ENABLE | features; in pci_enable_pasid()483 control = PCI_PASID_CTRL_ENABLE | pdev->pasid_features; in pci_restore_pasid_state()568 ctrl &= PCI_PASID_CTRL_ENABLE | PCI_PASID_CTRL_EXEC | in pci_pasid_status()
953 #define PCI_PASID_CTRL_ENABLE 0x0001 /* Enable bit */ macro