Lines Matching defs:host
3 * Support for Intel IXP4xx PCI host controller
518 struct pci_host_bridge *host;
530 host = devm_pci_alloc_host_bridge(dev, sizeof(*p));
531 if (!host)
534 host->ops = &ixp4xx_pci_ops;
535 p = pci_host_bridge_priv(host);
536 host->sysdata = p;
556 p->host_mode ? "host" : "option");
571 /* This is only configured in host mode */
644 pci_host_probe(host);