Searched refs:PCI_ACS_SV (Results 1 – 4 of 4) sorted by relevance
4412 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_cavium_acs()4423 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_xgene_acs()4443 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_zhaoxin_pcie_ports_acs()4505 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_intel_pch_acs()4523 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_qcom_rp_acs()4539 acs_flags &= ~(PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_al_acs()4639 PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | in pci_quirk_mf_endpoint_acs()4654 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_rciep_acs()4666 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_brcm_acs()4936 ctrl |= (cap & PCI_ACS_SV); in pci_quirk_enable_intel_spt_pch_acs()[all …]
877 ctrl |= (cap & PCI_ACS_SV); in pci_std_enable_acs()
960 #define PCI_ACS_SV 0x0001 /* Source Validation */ macro
1274 #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)