Searched refs:of_pci_range_to_resource (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | of_address.h | 132 extern int of_pci_range_to_resource(struct of_pci_range *range, 147 static inline int of_pci_range_to_resource(struct of_pci_range *range, in of_pci_range_to_resource() function
|
/Linux-v5.10/drivers/pci/ |
D | of.c | 320 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources() 369 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources()
|
/Linux-v5.10/arch/mips/pci/ |
D | pci-legacy.c | 170 of_pci_range_to_resource(&range, node, res); in pci_load_of_ranges()
|
/Linux-v5.10/drivers/staging/mt7621-pci/ |
D | pci-mt7621.c | 315 of_pci_range_to_resource(&range, node, &pcie->io); in mt7621_pci_parse_request_of_pci_ranges() 321 of_pci_range_to_resource(&range, node, &pcie->mem); in mt7621_pci_parse_request_of_pci_ranges()
|
/Linux-v5.10/drivers/of/ |
D | address.c | 271 int of_pci_range_to_resource(struct of_pci_range *range, in of_pci_range_to_resource() function 308 EXPORT_SYMBOL(of_pci_range_to_resource);
|