Searched refs:PCI_ACS_CAP (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 981 #define PCI_ACS_CAP 0x04 /* ACS Capability Register */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 986 #define PCI_ACS_CAP 0x04 /* ACS Capability Register */ macro
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 4926 #define INTEL_SPT_ACS_CTRL (PCI_ACS_CAP + 4) 4941 pci_read_config_dword(dev, pos + PCI_ACS_CAP, &cap); in pci_quirk_intel_spt_pch_acs() 5321 pci_read_config_dword(dev, pos + PCI_ACS_CAP, &cap); in pci_quirk_enable_intel_spt_pch_acs() 5351 pci_read_config_dword(dev, pos + PCI_ACS_CAP, &cap); in pci_quirk_disable_intel_spt_pch_acs_redir()
|
H A D | pci.c | 963 pci_read_config_word(dev, pos + PCI_ACS_CAP, &cap); in pci_std_enable_acs() 3629 pci_read_config_word(pdev, pos + PCI_ACS_CAP, &cap); in pci_acs_flags_enabled()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie.c | 1170 pci_set_word(dev->config + offset + PCI_ACS_CAP, cap_bits); in pcie_acs_init()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 1398 ret = pci_read_config_byte(pdev, epos + PCI_ACS_CAP, &byte); in vfio_ext_cap_len()
|