Lines Matching defs:bridge
159 printk(KERN_INFO "PCI: %s host bridge windows from ACPI; "
171 "space under this host bridge.\n",
179 * devices under this host bridge.
183 "space under this bridge.\n",
194 struct device *dev = &ci->bridge->dev;
275 * An IO port or MMIO resource assigned to a PCI host bridge may be
276 * consumed by the host bridge itself or available to its child
278 * to tell whether the resource is consumed by the host bridge itself,
283 * IO port [0xCF8-0xCFF] is consumed by the host bridge itself
296 struct acpi_device *device = ci->bridge;
311 "host bridge window %pR (ignored)\n", entry->res);
385 int pcibios_root_bridge_prepare(struct pci_host_bridge *bridge)
393 if (!bridge->dev.parent) {
394 struct pci_sysdata *sd = bridge->bus->sysdata;
395 ACPI_COMPANION_SET(&bridge->dev, sd->companion);