Home
last modified time | relevance | path

Searched refs:PCI_ACS_CTRL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dpci_regs.h875 #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ macro
/linux-4.1.27/drivers/pci/
Dpci.c2277 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_std_enable_acs()
2291 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_std_enable_acs()
2328 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_acs_flags_enabled()