Home
last modified time | relevance | path

Searched refs:pci_bridge (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c54 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 Dmeson.build6 'pci_bridge.c',
H A Dpci-qmp-cmds.c141 info->pci_bridge = qmp_query_pci_bridge(dev, bus, bus_num); in qmp_query_pci_device()
/openbmc/linux/include/video/
H A Dcvisionppc.h23 unsigned char* pci_bridge; member
/openbmc/qemu/qapi/
H A Dpci.json148 # @pci_bridge: if the device is a PCI bridge, the bridge information
158 '*pci_bridge': 'PciBridgeInfo', 'regions': ['PciMemoryRegion'] }}
/openbmc/u-boot/scripts/
H A DMakefile.extrawarn74 DTC_FLAGS += -Wno-pci_bridge
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c804 WARNING(pci_bridge, check_pci_bridge, NULL,
835 WARNING(pci_device_bus_num, check_pci_device_bus_num, NULL, &reg_format, &pci_bridge);
880 WARNING(pci_device_reg, check_pci_device_reg, NULL, &reg_format, &pci_bridge);
969 &node_name_format, &pci_bridge, &simple_bus_bridge);
1385 &pci_bridge,
/openbmc/linux/scripts/dtc/
H A Dchecks.c870 WARNING(pci_bridge, check_pci_bridge, NULL,
901 WARNING(pci_device_bus_num, check_pci_device_bus_num, NULL, &reg_format, &pci_bridge);
944 WARNING(pci_device_reg, check_pci_device_reg, NULL, &reg_format, &pci_bridge);
1187 &node_name_format, &pci_bridge, &simple_bus_bridge);
1921 &pci_bridge,
/openbmc/qemu/docs/
H A Dpcie_pci_bridge.txt38 Capability layout (defined in include/hw/pci/pci_bridge.h):
/openbmc/linux/drivers/platform/x86/
H A Dmlx-platform.c6187 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 Dopengrok1.0.log[all...]