Home
last modified time | relevance | path

Searched refs:find_node_by_compatible (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/boot/
Dcuboot-52xx.c38 soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr"); in platform_fixups()
40 soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr"); in platform_fixups()
Dops.h51 void *(*find_node_by_compatible)(const void *prev, member
185 static inline void *find_node_by_compatible(const void *prev, in find_node_by_compatible() function
188 if (dt_ops.find_node_by_compatible) in find_node_by_compatible()
189 return dt_ops.find_node_by_compatible(prev, compat); in find_node_by_compatible()
Dcuboot-85xx-cpm2.c50 devp = find_node_by_compatible(NULL, "fsl,cpm2-brg"); in platform_fixups()
Dugecon.c111 devp = find_node_by_compatible(NULL, "nintendo,flipper-exi"); in ug_grab_exi_io_base()
Dlibfdt-wrapper.c167 dt_ops.find_node_by_compatible = fdt_wrapper_find_node_by_compatible; in fdt_init()