Searched refs:PCI_ATS_CTRL (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | ats.c | 83 pci_write_config_word(dev, dev->ats_cap + PCI_ATS_CTRL, ctrl); in pci_enable_ats() 101 pci_read_config_word(dev, dev->ats_cap + PCI_ATS_CTRL, &ctrl); in pci_disable_ats() 103 pci_write_config_word(dev, dev->ats_cap + PCI_ATS_CTRL, ctrl); in pci_disable_ats() 119 pci_write_config_word(dev, dev->ats_cap + PCI_ATS_CTRL, ctrl); in pci_restore_ats_state()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie.c | 1138 pci_set_word(dev->config + offset + PCI_ATS_CTRL, 0); in pcie_ats_init() 1140 pci_set_word(dev->wmask + dev->exp.ats_cap + PCI_ATS_CTRL, 0x800f); in pcie_ats_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 912 #define PCI_ATS_CTRL 0x06 /* ATS Control Register */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 914 #define PCI_ATS_CTRL 0x06 /* ATS Control Register */ macro
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 741 if (range_covers_byte(off, len, PCI_ATS_CTRL + 1)) { in pcie_ats_config_write()
|