Searched refs:of_pci_get_host_bridge_resources (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | of_pci.c | 166 int of_pci_get_host_bridge_resources(struct device_node *dev, in of_pci_get_host_bridge_resources() function 263 EXPORT_SYMBOL_GPL(of_pci_get_host_bridge_resources);
|
/linux-4.4.14/include/linux/ |
D | of_pci.h | 59 int of_pci_get_host_bridge_resources(struct device_node *dev,
|
/linux-4.4.14/drivers/pci/host/ |
D | pcie-iproc-platform.c | 92 ret = of_pci_get_host_bridge_resources(np, 0, 0xff, &res, &iobase); in iproc_pcie_pltfm_probe()
|
D | pci-versatile.c | 79 err = of_pci_get_host_bridge_resources(np, 0, 0xff, res, &iobase); in versatile_pci_parse_request_of_pci_ranges()
|
D | pci-host-generic.c | 118 err = of_pci_get_host_bridge_resources(np, 0, 0xff, &pci->resources, in gen_pci_parse_request_of_pci_ranges()
|
D | pcie-altera.c | 429 err = of_pci_get_host_bridge_resources(np, 0, 0xff, &pcie->resources, in altera_pcie_parse_request_of_pci_ranges()
|
D | pci-xgene.c | 539 ret = of_pci_get_host_bridge_resources(dn, 0, 0xff, &res, &iobase); in xgene_pcie_probe_bridge()
|
D | pcie-designware.c | 425 ret = of_pci_get_host_bridge_resources(np, 0, 0xff, &res, &pp->io_base); in dw_pcie_host_init()
|