Home
last modified time | relevance | path

Searched refs:PCI_ACS_EC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h987 #define PCI_ACS_EC 0x0020 /* P2P Egress Control */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h992 #define PCI_ACS_EC 0x0020 /* P2P Egress Control */ macro
/openbmc/linux/drivers/pci/
H A Dp2pdma.c398 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
H A Dquirks.c4677 acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT); in pci_quirk_amd_sb_acs()
4942 acs_flags &= (cap | PCI_ACS_EC); in pci_quirk_intel_spt_pch_acs()
5354 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_quirk_disable_intel_spt_pch_acs_redir()
H A Dpci.c942 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_disable_acs_redir()
3630 acs_flags &= (cap | PCI_ACS_EC); in pci_acs_flags_enabled()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1402 if (byte & PCI_ACS_EC) { in vfio_ext_cap_len()