Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h916 #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ macro
/linux-4.4.14/drivers/pci/
Dpci.c2562 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_std_enable_acs()
2576 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_std_enable_acs()
2613 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_acs_flags_enabled()