Searched refs:find_node_by_compatible (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/powerpc/boot/ |
D | cuboot-52xx.c | 41 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()
|
D | ops.h | 50 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()
|
D | prpmc2800.c | 347 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()
|
D | cuboot-85xx-cpm2.c | 53 devp = find_node_by_compatible(NULL, "fsl,cpm2-brg"); in platform_fixups()
|
D | ugecon.c | 116 devp = find_node_by_compatible(NULL, "nintendo,flipper-exi"); in ug_grab_exi_io_base()
|
D | mv64x60_i2c.c | 188 devp = find_node_by_compatible(NULL, "marvell,mv64360-i2c"); in mv64x60_i2c_open()
|
D | cuboot-c2k.c | 54 mv64x60_devp = find_node_by_compatible(NULL, "marvell,mv64360"); in c2k_bridge_setup()
|
D | libfdt-wrapper.c | 181 dt_ops.find_node_by_compatible = fdt_wrapper_find_node_by_compatible; in fdt_init()
|
D | mv64x60.c | 538 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()
|