Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c4497 acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT); in pci_quirk_amd_sb_acs()
4499 return pci_acs_ctrl_enabled(acs_flags, PCI_ACS_RR | PCI_ACS_CR); in pci_quirk_amd_sb_acs()
4538 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_cavium_acs()
4549 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_xgene_acs()
4569 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_zhaoxin_pcie_ports_acs()
4631 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_intel_pch_acs()
4649 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_qcom_rp_acs()
4661 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_nxp_rp_acs()
4677 acs_flags &= ~(PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_al_acs()
4778 PCI_ACS_CR | PCI_ACS_UF | PCI_ACS_DT); in pci_quirk_mf_endpoint_acs()
[all …]
H A Dp2pdma.c262 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
H A Dpci.c859 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_disable_acs_redir()
890 ctrl |= (cap & PCI_ACS_CR); in pci_std_enable_acs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h941 #define PCI_ACS_CR 0x08 /* P2P Completion Redirect */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h941 #define PCI_ACS_CR 0x08 /* P2P Completion Redirect */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h976 #define PCI_ACS_CR 0x0008 /* P2P Completion Redirect */ macro
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c1286 #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)