Home
last modified time | relevance | path

Searched refs:of_pci_get_host_bridge_resources (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/of/
Dof_pci.c160 int of_pci_get_host_bridge_resources(struct device_node *dev, in of_pci_get_host_bridge_resources() function
255 EXPORT_SYMBOL_GPL(of_pci_get_host_bridge_resources);
/linux-4.1.27/include/linux/
Dof_pci.h59 int of_pci_get_host_bridge_resources(struct device_node *dev,
/linux-4.1.27/drivers/pci/host/
Dpcie-iproc-platform.c65 ret = of_pci_get_host_bridge_resources(np, 0, 0xff, &res, &iobase); in iproc_pcie_pltfm_probe()
Dpci-versatile.c79 err = of_pci_get_host_bridge_resources(np, 0, 0xff, res, &iobase); in versatile_pci_parse_request_of_pci_ranges()
Dpci-host-generic.c108 err = of_pci_get_host_bridge_resources(np, 0, 0xff, &pci->resources, in gen_pci_parse_request_of_pci_ranges()
Dpci-xgene.c494 ret = of_pci_get_host_bridge_resources(dn, 0, 0xff, &res, &iobase); in xgene_pcie_probe_bridge()