Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/ !
H A Dcuboot-824x.c26 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups()
33 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
H A Dcuboot-83xx.c32 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups()
39 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
H A Dcuboot-85xx.c35 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups()
42 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
H A Dcuboot-85xx-cpm2.c34 devp = find_node_by_devtype(NULL, "soc"); in platform_fixups()
41 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
H A Dfsl-soc.c22 soc = find_node_by_devtype(NULL, "soc"); in fsl_get_immr()
H A Dcuboot-52xx.c36 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups()
H A Dtreeboot-currituck.c66 while ((devp = find_node_by_devtype(devp, "pci"))) { in ibm_currituck_fixups()
H A Dops.h163 static inline void *find_node_by_devtype(const void *prev, in find_node_by_devtype() function
H A Ddevtree.c72 while ((devp = find_node_by_devtype(devp, "cpu"))) { in dt_fixup_cpu_clocks()