Home
last modified time | relevance | path

Searched refs:fdt_node_offset_by_prop_value (Results 1 – 15 of 15) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dfdt.c32 off = fdt_node_offset_by_prop_value(blob, -1, "cpu-handle", in ft_del_cpuhandle()
37 off = fdt_node_offset_by_prop_value(blob, -1, "cpu-handle", in ft_del_cpuhandle()
50 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_num_cores()
69 off = fdt_node_offset_by_prop_value(blob, off, in ft_fixup_num_cores()
95 int off = fdt_node_offset_by_prop_value(blob, srio_off, in ft_disable_srio_port()
/u-boot/board/armltd/vexpress/
A Dvexpress_tc2.c64 offset = fdt_node_offset_by_prop_value(fdt, offset, "compatible", in ft_board_setup()
78 offset = fdt_node_offset_by_prop_value(fdt, offset, "compatible", in ft_board_setup()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfdt.c53 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_cpu()
90 off = fdt_node_offset_by_prop_value(blob, off, in ft_fixup_cpu()
264 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_l2cache()
317 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_l2cache()
369 off = fdt_node_offset_by_prop_value(blob, off, in ft_fixup_l2cache()
389 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_cache()
426 off = fdt_node_offset_by_prop_value(blob, off, in ft_fixup_cache()
631 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4);
636 off = fdt_node_offset_by_prop_value(blob, off, "device_type",
777 off = fdt_node_offset_by_prop_value(fdt, -1, "device_type", "soc", 4);
A Dliodn.c240 off = fdt_node_offset_by_prop_value(blob, srio_off, in fdt_fixup_srio_liodn()
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dfdt.c113 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_cpu_setup()
117 off = fdt_node_offset_by_prop_value(blob, off, in ft_cpu_setup()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfdt.c68 off = fdt_node_offset_by_prop_value(blob, off_prev, "device_type", in ft_fixup_cpu()
80 off = fdt_node_offset_by_prop_value(blob, off_prev, in ft_fixup_cpu()
123 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_cpu()
143 off = fdt_node_offset_by_prop_value(blob, off, "device_type", in ft_fixup_cpu()
/u-boot/arch/arm/mach-stm32mp/
A Dfdt.c204 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in stm32_fdt_fixup_cpu()
214 off = fdt_node_offset_by_prop_value(blob, off, in stm32_fdt_fixup_cpu()
/u-boot/board/xen/xenguest_arm64/
A Dxenguest_arm64.c56 mem = fdt_node_offset_by_prop_value(blob, mem, in get_next_memory_node()
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h946 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
A Dfdt_ro.c653 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() function
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c691 offset = fdt_node_offset_by_prop_value(blob, -1, "status", in remove_disabled_nodes()
/u-boot/common/
A Dfdt_support.c339 off = fdt_node_offset_by_prop_value(fdt, -1, pname, pval, plen); in do_fixup_by_prop()
343 off = fdt_node_offset_by_prop_value(fdt, off, pname, pval, plen); in do_fixup_by_prop()
/u-boot/board/freescale/lx2160a/
A Deth_lx2160aqds.c685 offset = fdt_node_offset_by_prop_value(fdt, -1, "mdio-parent-bus", in fdt_get_ioslot_offset()
A Deth_lx2162aqds.c694 offset = fdt_node_offset_by_prop_value(fdt, -1, "mdio-parent-bus", in fdt_get_ioslot_offset()
/u-boot/drivers/core/
A Dofnode.c970 return offset_to_ofnode(fdt_node_offset_by_prop_value( in ofnode_by_prop_value()

Completed in 61 milliseconds