Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dof_address.h89 extern int of_range_to_resource(struct device_node *np, int index,
148 static inline int of_range_to_resource(struct device_node *np, int index, in of_range_to_resource() function
/Linux-v6.6/arch/powerpc/sysdev/
Dfsl_soc.c50 if (!of_range_to_resource(soc, 0, &res)) in get_immrbase()
Dfsl_rio.c574 if (of_range_to_resource(np, 0, &res)) { in fsl_rio_setup()
/Linux-v6.6/drivers/of/
Daddress.c263 int of_range_to_resource(struct device_node *np, int index, struct resource *res) in of_range_to_resource() function
279 EXPORT_SYMBOL(of_range_to_resource);
Dunittest.c1061 ret = of_range_to_resource(np, 1, &res); in of_unittest_bus_ranges()
/Linux-v6.6/arch/arm/mach-omap2/
Domap_hwmod.c2207 err = of_range_to_resource(np, 0, res); in omap_hwmod_parse_module_range()