Home
last modified time | relevance | path

Searched refs:PCI_CAP_FLAGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c474 memcpy(dev->config + offset + PCI_CAP_FLAGS, in pci_bridge_qemu_reserve_cap_init()
475 (char *)&cap + PCI_CAP_FLAGS, in pci_bridge_qemu_reserve_cap_init()
476 cap_len - PCI_CAP_FLAGS); in pci_bridge_qemu_reserve_cap_init()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c126 uint8_t cap_len = qpci_config_readb(dev, cap + PCI_CAP_FLAGS); in qpci_find_resource_reserve_capability()
/openbmc/u-boot/include/
H A Dpci.h338 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1469 memcpy(dev->config + offset + PCI_CAP_FLAGS, &cap->cap_len, in virtio_pci_add_mem_cap()
1470 cap->cap_len - PCI_CAP_FLAGS); in virtio_pci_add_mem_cap()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1034 .offset = PCI_CAP_FLAGS,