Home
last modified time | relevance | path

Searched refs:of_pci_range_to_resource (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dof_address.h144 extern int of_pci_range_to_resource(struct of_pci_range *range,
159 static inline int of_pci_range_to_resource(struct of_pci_range *range, in of_pci_range_to_resource() function
/linux-4.4.14/arch/arm/mach-integrator/
Dpci_v3.c820 ret = of_pci_range_to_resource(&range, np, &conf_mem); in pci_v3_probe()
824 ret = of_pci_range_to_resource(&range, np, &io_mem); in pci_v3_probe()
831 ret = of_pci_range_to_resource(&range, np, &non_mem); in pci_v3_probe()
838 ret = of_pci_range_to_resource(&range, np, &pre_mem); in pci_v3_probe()
/linux-4.4.14/drivers/of/
Dof_pci.c231 err = of_pci_range_to_resource(&range, dev, res); in of_pci_get_host_bridge_resources()
Daddress.c313 int of_pci_range_to_resource(struct of_pci_range *range, in of_pci_range_to_resource() function
/linux-4.4.14/arch/mips/pci/
Dpci.c158 of_pci_range_to_resource(&range, node, res); in pci_load_of_ranges()
/linux-4.4.14/drivers/pci/host/
Dpcie-xilinx.c698 of_pci_range_to_resource(&range, node, mem); in xilinx_pcie_parse_and_add_res()
Dpcie-rcar.c963 err = of_pci_range_to_resource(&range, pdev->dev.of_node, in rcar_pcie_probe()
Dpci-tegra.c1598 err = of_pci_range_to_resource(&range, np, &res); in tegra_pcie_parse_dt()