Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/boot/
Dcuboot-52xx.c41 soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr"); in platform_fixups()
43 soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr"); in platform_fixups()
Dops.h50 void *(*find_node_by_compatible)(const void *prev, member
184 static inline void *find_node_by_compatible(const void *prev, in find_node_by_compatible() function
187 if (dt_ops.find_node_by_compatible) in find_node_by_compatible()
188 return dt_ops.find_node_by_compatible(prev, compat); in find_node_by_compatible()
Dprpmc2800.c347 devp = find_node_by_compatible(NULL, "marvell,mv64360-pci"); in prpmc2800_bridge_setup()
358 devp = find_node_by_compatible(NULL, "marvell,mv64360"); in prpmc2800_bridge_setup()
448 devp = find_node_by_compatible(NULL, "marvell,mv64360"); in prpmc2800_fixups()
456 devp = find_node_by_compatible(NULL, "direct-mapped"); in prpmc2800_fixups()
Dcuboot-85xx-cpm2.c53 devp = find_node_by_compatible(NULL, "fsl,cpm2-brg"); in platform_fixups()
Dugecon.c116 devp = find_node_by_compatible(NULL, "nintendo,flipper-exi"); in ug_grab_exi_io_base()
Dmv64x60_i2c.c188 devp = find_node_by_compatible(NULL, "marvell,mv64360-i2c"); in mv64x60_i2c_open()
Dcuboot-c2k.c54 mv64x60_devp = find_node_by_compatible(NULL, "marvell,mv64360"); in c2k_bridge_setup()
Dlibfdt-wrapper.c181 dt_ops.find_node_by_compatible = fdt_wrapper_find_node_by_compatible; in fdt_init()
Dmv64x60.c538 devp = find_node_by_compatible(NULL, "marvell,mv64360"); in mv64x60_get_bridge_pbase()
556 devp = find_node_by_compatible(NULL, "marvell,mv64360"); in mv64x60_get_bridge_base()