Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h897 #define PCI_ARI_CAP 0x04 /* ARI Capability Register */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h899 #define PCI_ARI_CAP 0x04 /* ARI Capability Register */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c1112 pci_set_long(dev->config + offset + PCI_ARI_CAP, (nextfn & 0xff) << 8); in pcie_ari_init()
/openbmc/linux/drivers/pci/
H A Dprobe.c2620 pci_read_config_word(dev, pos + PCI_ARI_CAP, &cap); in next_ari_fn()