Searched refs:PCI_ACS_CTRL (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ |
| D | pci_regs.h | 959 #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ macro
|
| /Linux-v5.4/drivers/pci/ |
| D | p2pdma.c | 260 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_bridge_has_acs_redir()
|
| D | pci.c | 3225 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_disable_acs_redir() 3230 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_disable_acs_redir() 3250 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_std_enable_acs() 3264 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_std_enable_acs() 3309 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_acs_flags_enabled()
|
| D | quirks.c | 5184 pci_read_config_word(bridge, pos + PCI_ACS_CTRL, &ctrl); in pci_idt_bus_quirk() 5186 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, in pci_idt_bus_quirk() 5198 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, ctrl); in pci_idt_bus_quirk()
|