Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof_address.h141 extern int of_pci_range_to_resource(struct of_pci_range *range,
156 static inline int of_pci_range_to_resource(struct of_pci_range *range, in of_pci_range_to_resource() function
/Linux-v5.4/arch/mips/pci/
Dpci-legacy.c170 of_pci_range_to_resource(&range, node, res); in pci_load_of_ranges()
/Linux-v5.4/drivers/pci/
Dof.c317 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources()
/Linux-v5.4/drivers/of/
Daddress.c328 int of_pci_range_to_resource(struct of_pci_range *range, in of_pci_range_to_resource() function
365 EXPORT_SYMBOL(of_pci_range_to_resource);
/Linux-v5.4/drivers/staging/mt7621-pci/
Dpci-mt7621.c308 of_pci_range_to_resource(&range, node, res); in mt7621_pci_parse_request_of_pci_ranges()
/Linux-v5.4/drivers/pci/controller/
Dpci-tegra.c2173 err = of_pci_range_to_resource(&range, np, &res); in tegra_pcie_parse_dt()