Lines Matching full:bridge
2 * QEMU PCI bridge
37 * Aliases for each of the address space windows that the bridge
38 * can forward. Mapped into the bridge's parent's address space,
46 * When bridge control VGA forwarding is enabled, bridges will
49 * I/O and memory enable bits in the bridge command register.
54 #define TYPE_PCI_BRIDGE "base-pci-bridge"
66 * Memory regions for the bridge's address spaces. These regions are not
68 * Bridge's secondary bus points to these, so that devices
69 * under the bridge see these regions as its address spaces.
130 pcibus_t pci_bridge_get_base(const PCIDevice *bridge, uint8_t type);
131 pcibus_t pci_bridge_get_limit(const PCIDevice *bridge, uint8_t type);