Lines Matching defs:host
99 * fact that the memory of the host system starts at 0x0.
107 * @cascaded_irq: this host has cascaded IRQs from an interrupt controller
108 * embedded in the host bridge.
414 struct pci_host_bridge *host;
421 host = devm_pci_alloc_host_bridge(dev, sizeof(*p));
422 if (!host)
425 host->ops = &faraday_pci_ops;
426 p = pci_host_bridge_priv(host);
427 host->sysdata = p;
442 win = resource_list_first_type(&host->windows, IORESOURCE_IO);
503 ret = pci_scan_root_bus_bridge(host);
505 dev_err(dev, "failed to scan host: %d\n", ret);
508 p->bus = host->bus;