Lines Matching defs:host
239 * iProc PCIe host registers
1197 struct pci_host_bridge *host = pci_host_bridge_from_priv(pcie);
1201 resource_list_for_each_entry(entry, &host->dma_ranges) {
1482 struct pci_host_bridge *host = pci_host_bridge_from_priv(pcie);
1535 host->ops = &iproc_pcie_ops;
1536 host->sysdata = pcie;
1537 host->map_irq = pcie->map_irq;
1539 ret = pci_host_probe(host);
1541 dev_err(dev, "failed to scan host: %d\n", ret);
1557 struct pci_host_bridge *host = pci_host_bridge_from_priv(pcie);
1559 pci_stop_root_bus(host->bus);
1560 pci_remove_root_bus(host->bus);