Searched refs:PCI_ACS_CTRL (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/include/uapi/linux/ |
| D | pci_regs.h | 945 #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ macro
|
| /Linux-v4.19/drivers/pci/ |
| D | pci.c | 3086 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_disable_acs_redir() 3091 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_disable_acs_redir() 3111 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_std_enable_acs() 3125 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_std_enable_acs() 3170 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_acs_flags_enabled()
|
| D | quirks.c | 4959 pci_read_config_word(bridge, pos + PCI_ACS_CTRL, &ctrl); in pci_idt_bus_quirk() 4961 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, in pci_idt_bus_quirk() 4973 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, ctrl); in pci_idt_bus_quirk()
|