Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dpci_regs.h980 #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ macro
/Linux-v5.15/drivers/pci/
Dp2pdma.c276 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_bridge_has_acs_redir()
Dpci.c889 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_disable_acs_redir()
894 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_disable_acs_redir()
914 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl); in pci_std_enable_acs()
932 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl); in pci_std_enable_acs()
3464 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl); in pci_acs_flags_enabled()
Dquirks.c5534 pci_read_config_word(bridge, pos + PCI_ACS_CTRL, &ctrl); in pci_idt_bus_quirk()
5536 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, in pci_idt_bus_quirk()
5548 pci_write_config_word(bridge, pos + PCI_ACS_CTRL, ctrl); in pci_idt_bus_quirk()