PCI_ACS_CR 1158 drivers/iommu/iommu.c #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF) PCI_ACS_CR 262 drivers/pci/p2pdma.c if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) PCI_ACS_CR 3226 drivers/pci/pci.c ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); PCI_ACS_CR 3257 drivers/pci/pci.c ctrl |= (cap & PCI_ACS_CR); PCI_ACS_CR 4390 drivers/pci/quirks.c PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4437 drivers/pci/quirks.c acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT); PCI_ACS_CR 4439 drivers/pci/quirks.c return pci_acs_ctrl_enabled(acs_flags, PCI_ACS_RR | PCI_ACS_CR); PCI_ACS_CR 4478 drivers/pci/quirks.c PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4489 drivers/pci/quirks.c PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4548 drivers/pci/quirks.c PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4566 drivers/pci/quirks.c PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4582 drivers/pci/quirks.c acs_flags &= ~(PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4683 drivers/pci/quirks.c PCI_ACS_CR | PCI_ACS_UF | PCI_ACS_DT); PCI_ACS_CR 4695 drivers/pci/quirks.c PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); PCI_ACS_CR 4959 drivers/pci/quirks.c ctrl |= (cap & PCI_ACS_CR); PCI_ACS_CR 4984 drivers/pci/quirks.c ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC);