Home
last modified time | relevance | path

Searched refs:PCI_ACS_SV (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/pci/
H A Dquirks.c4725 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_cavium_acs()
4736 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_xgene_acs()
4840 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_qcom_rp_acs()
4852 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_nxp_rp_acs()
4968 PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | in pci_quirk_mf_endpoint_acs()
4983 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_rciep_acs()
4995 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_brcm_acs()
5338 ctrl |= (cap & PCI_ACS_SV); in pci_quirk_enable_intel_spt_pch_acs()
5793 if (ctrl & PCI_ACS_SV) in pci_idt_bus_quirk()
5795 ctrl & ~PCI_ACS_SV); in pci_idt_bus_quirk()
[all …]
H A Dpci.c1004 if (mask & ~(PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | PCI_ACS_CR | in __pci_config_acs()
1054 caps->ctrl |= (caps->cap & PCI_ACS_SV); in pci_std_enable_acs()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h999 #define PCI_ACS_SV 0x0001 /* Source Validation */ macro
/linux-6.15/drivers/iommu/
H A Diommu.c1415 #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)