Searched refs:PCI_ACS_CAP (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 1018 #define PCI_ACS_CAP 0x04 /* ACS Capability Register */ macro
|
| /linux/drivers/pci/ |
| H A D | quirks.c | 4989 #define INTEL_SPT_ACS_CTRL (PCI_ACS_CAP + 4) 5004 pci_read_config_dword(dev, pos + PCI_ACS_CAP, &cap); in pci_quirk_intel_spt_pch_acs() 5418 pci_read_config_dword(dev, pos + PCI_ACS_CAP, &cap); in pci_quirk_enable_intel_spt_pch_acs() 5448 pci_read_config_dword(dev, pos + PCI_ACS_CAP, &cap); in pci_quirk_disable_intel_spt_pch_acs_redir()
|
| H A D | pci.c | 3659 pci_read_config_word(dev, pos + PCI_ACS_CAP, &dev->acs_capabilities); in pci_acs_init()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 1418 ret = pci_read_config_byte(pdev, epos + PCI_ACS_CAP, &byte); in vfio_ext_cap_len()
|