Lines Matching defs:host
100 * fact that the memory of the host system starts at 0x0.
115 * @cascaded_irq: this host has cascaded IRQs from an interrupt controller
116 * embedded in the host bridge.
428 struct pci_host_bridge *host;
435 host = devm_pci_alloc_host_bridge(dev, sizeof(*p));
436 if (!host)
439 host->ops = &faraday_pci_ops;
440 p = pci_host_bridge_priv(host);
441 host->sysdata = p;
456 win = resource_list_first_type(&host->windows, IORESOURCE_IO);
517 ret = pci_scan_root_bus_bridge(host);
519 dev_err(dev, "failed to scan host: %d\n", ret);
522 p->bus = host->bus;