Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie.h79 uint16_t acs_cap; member
/openbmc/qemu/hw/pci/
H A Dpcie.c1193 dev->exp.acs_cap = offset; in pcie_acs_init()
1213 if (dev->exp.acs_cap) { in pcie_acs_reset()
1214 pci_set_word(dev->config + dev->exp.acs_cap + PCI_ACS_CTRL, 0); in pcie_acs_reset()
/openbmc/linux/drivers/pci/
H A Dquirks.c4936 pos = dev->acs_cap; in pci_quirk_intel_spt_pch_acs()
5324 pos = dev->acs_cap; in pci_quirk_enable_intel_spt_pch_acs()
5354 pos = dev->acs_cap; in pci_quirk_disable_intel_spt_pch_acs_redir()
5780 pos = bridge->acs_cap; in pci_idt_bus_quirk()
6126 if (!pdev->acs_cap) in pci_fixup_pericom_acs_store_forward()
6128 pci_read_config_word(pdev, pdev->acs_cap + PCI_ACS_CTRL, &val); in pci_fixup_pericom_acs_store_forward()
H A Dp2pdma.c392 pos = pdev->acs_cap; in pci_bridge_has_acs_redir()
H A Dpci.c933 pos = dev->acs_cap; in pci_disable_acs_redir()
959 pos = dev->acs_cap; in pci_std_enable_acs()
3620 pos = pdev->acs_cap; in pci_acs_flags_enabled()
3751 dev->acs_cap = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ACS); in pci_acs_init()
/openbmc/linux/include/linux/
H A Dpci.h519 u16 acs_cap; /* ACS Capability offset */ member