Home
last modified time | relevance | path

Searched refs:PCI_ACS_CR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dquirks.c4718 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_cavium_acs()
4729 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_xgene_acs()
4753 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_zhaoxin_pcie_ports_acs()
4815 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_intel_pch_acs()
4833 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_qcom_rp_acs()
4845 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_nxp_rp_acs()
4962 PCI_ACS_CR | PCI_ACS_UF | PCI_ACS_DT); in pci_quirk_mf_endpoint_acs()
4976 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_rciep_acs()
4988 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_brcm_acs()
5326 ctrl |= (cap & PCI_ACS_CR); in pci_quirk_enable_intel_spt_pch_acs()
[all …]
H A Dp2pdma.c398 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
H A Dpci.c942 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_disable_acs_redir()
973 ctrl |= (cap & PCI_ACS_CR); in pci_std_enable_acs()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h985 #define PCI_ACS_CR 0x0008 /* P2P Completion Redirect */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h990 #define PCI_ACS_CR 0x0008 /* P2P Completion Redirect */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c1167 PCI_ACS_CR | PCI_ACS_UF | PCI_ACS_DT; in pcie_acs_init()
/openbmc/linux/drivers/iommu/
H A Diommu.c1530 #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)