Searched refs:PCI_ACS_CTRL (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | pci_regs.h | 998 #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ macro
|
| /linux/drivers/pci/ |
| A D | p2pdma.c | 396 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_bridge_has_acs_redir()
|
| A D | quirks.c | 5788 pci_read_config_word(bridge, pos + PCI_ACS_CTRL, &ctrl); in pci_idt_bus_quirk() 5790 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, in pci_idt_bus_quirk() 5802 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, ctrl); in pci_idt_bus_quirk() 6121 pci_read_config_word(pdev, pdev->acs_cap + PCI_ACS_CTRL, &val); in pci_fixup_pericom_acs_store_forward()
|
| A D | pci.c | 1084 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &caps.ctrl); in pci_enable_acs() 1099 pci_write_config_word(dev, pos + PCI_ACS_CTRL, caps.ctrl); in pci_enable_acs() 3584 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_acs_flags_enabled()
|
Completed in 31 milliseconds