Searched refs:pci_bridge (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 54 if (dev->pci_bridge) { in hmp_info_pci_device() 56 dev->pci_bridge->bus->number); in hmp_info_pci_device() 58 dev->pci_bridge->bus->secondary); in hmp_info_pci_device() 60 dev->pci_bridge->bus->subordinate); in hmp_info_pci_device() 63 dev->pci_bridge->bus->io_range->base, in hmp_info_pci_device() 64 dev->pci_bridge->bus->io_range->limit); in hmp_info_pci_device() 68 dev->pci_bridge->bus->memory_range->base, in hmp_info_pci_device() 69 dev->pci_bridge->bus->memory_range->limit); in hmp_info_pci_device() 73 dev->pci_bridge->bus->prefetchable_range->base, in hmp_info_pci_device() 74 dev->pci_bridge->bus->prefetchable_range->limit); in hmp_info_pci_device() [all …]
|
H A D | meson.build | 6 'pci_bridge.c',
|
H A D | pci-qmp-cmds.c | 141 info->pci_bridge = qmp_query_pci_bridge(dev, bus, bus_num); in qmp_query_pci_device()
|
/openbmc/linux/include/video/ |
H A D | cvisionppc.h | 23 unsigned char* pci_bridge; member
|
/openbmc/qemu/qapi/ |
H A D | pci.json | 148 # @pci_bridge: if the device is a PCI bridge, the bridge information 158 '*pci_bridge': 'PciBridgeInfo', 'regions': ['PciMemoryRegion'] }}
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.extrawarn | 74 DTC_FLAGS += -Wno-pci_bridge
|
/openbmc/u-boot/scripts/dtc/ |
H A D | checks.c | 804 WARNING(pci_bridge, check_pci_bridge, NULL, 835 WARNING(pci_device_bus_num, check_pci_device_bus_num, NULL, ®_format, &pci_bridge); 880 WARNING(pci_device_reg, check_pci_device_reg, NULL, ®_format, &pci_bridge); 969 &node_name_format, &pci_bridge, &simple_bus_bridge); 1385 &pci_bridge,
|
/openbmc/linux/scripts/dtc/ |
H A D | checks.c | 870 WARNING(pci_bridge, check_pci_bridge, NULL, 901 WARNING(pci_device_bus_num, check_pci_device_bus_num, NULL, ®_format, &pci_bridge); 944 WARNING(pci_device_reg, check_pci_device_reg, NULL, ®_format, &pci_bridge); 1187 &node_name_format, &pci_bridge, &simple_bus_bridge); 1921 &pci_bridge,
|
/openbmc/qemu/docs/ |
H A D | pcie_pci_bridge.txt | 38 Capability layout (defined in include/hw/pci/pci_bridge.h):
|
/openbmc/linux/drivers/platform/x86/ |
H A D | mlx-platform.c | 6187 mlxplat_pci_fpga_device_init(unsigned int device, const char *res_name, struct pci_dev **pci_bridge, in mlxplat_pci_fpga_device_init() argument 6229 *pci_bridge = pci_dev; in mlxplat_pci_fpga_device_init() 6245 mlxplat_pci_fpga_device_exit(struct pci_dev *pci_bridge, in mlxplat_pci_fpga_device_exit() argument 6249 pci_release_regions(pci_bridge); in mlxplat_pci_fpga_device_exit() 6250 pci_disable_device(pci_bridge); in mlxplat_pci_fpga_device_exit() 6251 pci_dev_put(pci_bridge); in mlxplat_pci_fpga_device_exit()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |